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.5.16 pdlg_update TOS Name: »Print Dialog - Update Window« - neuen Fensternamen setzen. Opcode: 205 (sub-opcode 2) Syntax: int16_t pdlg_update ( PRN_DIALOG *prn_dialog, int8_t *document_name ); Description: »Print dialog - Update window« - Set new window title. Parameter Meaning prn_dialog Pointer to management structure document_name New document name Note: The function should be called if a window-dialog is lying in the background and the user tops a new document window (brings it to the front). Return value: The function returns the value 1 if it operates correctly, else the value 0 in case of error. Availability: The presence of this function can be checked with appl_getinfo (opcode 7). Group: Print dialogs See Also: Binding WDIALOG