Exemple #1
0
void
EngineOutputProc (Widget w, XEvent *event, String *prms, Cardinal *nprms)
{
  if (engineOutputDialogUp) {
    EngineOutputPopDown();
  } else {
    EngineOutputPopUp();
  }
}
Exemple #2
0
void
EngineOutputProc ()
{
  if (!PopDown(EngOutDlg)) EngineOutputPopUp();
}