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.

Descriptions of the Library Routines 2retlog = DLGSET( dlg, IDC_STATICTEXT1, text )CASE (IDC_RADIO_BUTTON2)! Radio button 2 selected by user so! change text accordinglytext = 'Statistics Package B'retlog = DLGSET( dlg, IDC_STATICTEXT1, text )END SELECTEND SUBROUTINE RADIOSUBDLGSETTITLEDialog Subroutine: Sets the title of a dialog box. This subroutine is only available on Windows*systems on IA-32 processors.Module: USE IFLOGMSyntaxCALL DLGSETTITLE (dlg, title)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.title(Input) Character*(*). Specifies text to be the title of the dialog box.Use this routine when you want to specify the title for a dialog box.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS LIBSee Also: “DLGINIT, DLGINITWITHRESOURCEHANDLE”, “DLGMODAL,DLGMODALWITHPARENT”, “DLGMODELESS”ExampleUSE IFLOGMINCLUDE "MYDLG.FD"TYPE (DIALOG) mydialogLOGICAL retlog...retlog = DLGINIT(IDD_mydlg, mydialog)...2-69

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

Saved successfully!

Ooh no, something went wrong!