home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1995-03-10 | 548 b | 25 lines | [TEXT/3PRM] |
- definition module dialogAbout;
-
- // Version 0.8 to 1.0
-
-
- import ioState;
-
-
- AboutDialogID :== -1;
-
-
- // AboutDialogToDialogHandle converts an AboutDialog into a DialogHandle.
-
- AboutDialogToDialogHandle :: !(DialogDef s (IOState s)) -> DialogHandle s (IOState s);
-
- // OpenAboutDialog opens the About... dialog
-
- OpenAboutDialog :: !*s !(IOState *s) -> (!*s, !IOState *s);
-
- DeviceCloseDialog :: !(IOState s) -> IOState s;
-
- // Return the application name as defined in the AboutDialog.
-
- IOStateGetApplicationName :: !(IOState s) -> (!String, !IOState s);
-