•  Back 
  •  Window-dialogs 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
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.15  wdlg_set_uniconify                                         TOS

 Name:         »Window-dialog uniconify« - Uniconify a window-dialog

 Opcode:       165 (sub-opcode 4)

 Syntax:       int16_t wdlg_set_uniconify ( DIALOG *dialog, GRECT *g, 
               int8_t *title, OBJECT *tree );

 Description:  The call wdlg_set_uniconify makes it possible to 
               uniconify a window-dialog. The following apply:

                Parameter  Meaning

                dialog     Pointer to the dialog
                g          New position of the window
                title      New window title, or NULL
                tree       New window tree, or NULL

               Note: The new position of the window will be adopted 
               normally from the message WM_UNICONIFY.

               The function alters the position and size of the root 
               object. As, in general, one has displayed a different 
               object tree for an iconified window, the original tree 
               can be specified in the parameter tree and so restored. 
               With the parameter title one can set the old window 
               title that was valid before the iconification.

 Return value: The function always returns the value 1.

 Availability: The presence of this function can be ascertained with 
               appl_getinfo (opcode 7). This function is only present 
               from WDIALOG 1.05 onwards. If it is not present, then 
               intout[0] contains a 0.

 Group:        Window-dialogs

 See Also:     Binding   wdlg_set_iconify