DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
Hiding and Showing
Widgets can be hidden and shown using :
DDgui_hide(id$ [, hide%])
id$ is the ID of the widget, and hide% shows or hides a widget. If hide% = TRUE then the widget is hidden. If hide% = FALSE then the widget is shown.
If a widget is hidden then all other widgets next to it will be re-positioned :

With both buttons shown
With Button 1 hidden

