Definition: |
include pGUI.e
IupShow(Ihandle ih) |
Description: | Displays a dialog. |
Comments: |
If the dialog needs to be mapped and the current position is not known then the dialog is centered.
Calling IupShow and setting the VISIBLE attribute to YES are equivalent. Will call IupMap for the element. See the PLACEMENT attribute for other position and show options. This function can be executed more than once for the same dialog. This will make the dialog be placed above all other dialogs in the application, changing its Z-order, and update its position and/or size on screen. IMPORTANT: Calling IupShow for a visible dialog shown with IupPopup does nothing. |
See Also: | IupShowXY, IupHide, IupPopup, IupMap |