12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>Module: USE IFLOGMSyntaxCALL DLGEXIT (dlg)dlg(Input) Derived type dialog. Contains dialog box parameters. The components of the typedialog are defined with the PRIVATE attribute, and cannot be changed or individually accessedby the user.If you want to exit a dialog box on a condition other than the user selecting the OK or Cancelbutton, you need to include a call to DLGEXIT from within your callback routine. DLGEXITsaves the data associated with the dialog box controls and then closes the dialog box. The dialogbox is exited after DLGEXIT has returned control back to the dialog manager, not immediatelyafter the call to DLGEXIT.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS LIBSee Also: “DLGSETRETURN”, “DLGINIT, DLGINITWITHRESOURCEHANDLE”,“DLGMODAL, DLGMODALWITHPARENT”, “DLGMODELESS”ExampleSUBROUTINE EXITSUB (dlg, exit_button_id, callbacktype)USE IFLOGMTYPE (DIALOG) dlgINTEGER exit_button_id, callbacktype...CALL DLGEXIT (dlg)DLGFLUSHDialog Subroutine: Updates the display of a dialog box. This subroutine is only available onWindows* systems on IA-32 processors.Module: USE IFLOGMSyntaxCALL DLGFLUSH (dlg [, flushall])dlg(Input) Derived type dialog. Contains dialog box parameters. The components of the typedialog are defined with the PRIVATE attribute, and cannot be changed or individually accessedby the user.2-50

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!