/
| 362 | } |
| 363 | /***************************************************************************/ |
| 364 | void G4UIXm::ButtonCallback(Widget a_widget, XtPointer a_tag, XtPointer) |
| 365 | /***************************************************************************/ |
| 366 | /*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ |
| 367 | { |
| 368 | G4UIXm* This = (G4UIXm*)a_tag; |
| 369 | if (This->fHelp == true) return; // Disabled when in help. |
| 370 | G4String ss = This->GetCommand(a_widget); |
| 371 | This->ApplyShellCommand(ss, exitSession, exitPause); |
| 372 | } |
| 373 | /***************************************************************************/ |
| 374 | /***************************************************************************/ |
| 375 | /***************************************************************************/ |
nothing calls this directly
no test coverage detected