Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File8.8 Window-dialogs TOS The following functions were introduced with MagiC 4 and WDIALOG. They permit simple construction of dialog boxes in windows: ∙ wdlg_close Closes a window-dialog ∙ wdlg_create Creates a window-dialog ∙ wdlg_delete Releases memory of closed window-dialog ∙ wdlg_evnt Evaluates the dialog-events ∙ wdlg_get_edit Obtains current editable field ∙ wdlg_get_handle Obtains window ID of a dialog ∙ wdlg_get_tree Obtains object tree of the window ∙ wdlg_get_udata Obtains user data ∙ wdlg_open Opens a window-dialog ∙ wdlg_redraw Draws an object in a window-dialog ∙ wdlg_set_edit Activates editable field in the dialog ∙ wdlg_set_iconify Iconifies a window-dialog ∙ wdlg_set_size Alters the size of a dialog ∙ wdlg_set_tree Anchors a new object tree in the dialog ∙ wdlg_set_uniconify Uniconifies a window-dialog Note: The existence of these functions can be checked for with appl_getinfo (opcode 7). See Also: Window management Style guidelines WDIALOG