void XschEnterPresentPanel() { autbegin(); XschEnterPanel( &XschHelpPresentPanel ); XschLimitedLoop( XschHelpPresentPanel.PANEL ); XschExitPanel( &XschHelpPresentPanel ); autend(); }
void XschDisplayInformations() { char *Message; autbegin(); Message = XschGetInformations(); XmTextSetString( XschSetupInformationsButton[0].BUTTON, Message ); XschEnterPanel( &XschSetupInformationsPanel ); XschLimitedLoop( XschSetupInformationsPanel.PANEL ); XschExitPanel( &XschSetupInformationsPanel ); autend(); }