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.22.30 PDLG_SUB TOS Sub-dialog for setting device. typedef struct _pdlg_sub { struct _pdlg_sub *next; /* Pointer to successor in the list */ int32_t length; /* Structure length */ int32_t format; /* Data format */ int32_t reserved; /* Reserved */ void *drivers; /* Only for internal dialogs */ int16_t option_flags; /* Flags */ int16_t sub_id; /* Sub-dialog ID */ DIALOG *dialog; /* Pointer to structure of window dialog, or 0L */ OBJECT *tree; /* Pointer to assembled object tree */ int16_t index_offset; /* Index offset of the sub-dialog */ int16_t reserved1; /* Reserved */ int32_t reserved2; /* Reserved */ int32_t reserved3; /* Reserved */ int32_t reserved4; /* Reserved */ PDLG_INIT init_dlg; /* Initialisation function */ PDLG_HNDL do_dlg; /* Handling function */ PDLG_RESET reset_dlg; /* Reset function */ int32_t reserved5; /* Reserved */ OBJECT *sub_icon; /* Pointer to icon for the list box */ OBJECT *sub_tree; /* Pointer to object tree of sub-dialog */ int32_t reserved6; /* Reserved */ int32_t reserved7; /* Reserved */ int32_t private1; /* Dialog's private information 1 */ int32_t private2; /* Dialog's private information 2 */ int32_t private3; /* Dialog's private information 3 */ int32_t private4; /* Dialog's private information 4 */ } PDLG_SUB; See Also: Print dialogs pdlg_add_sub_dialogs