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.

DDgui_hide%: id$ [, bHide%=TRUE]

 

Show or hide a widget

 

Example :

 

DDgui_slider("test",0.5,100)

DDgui_hide("test",TRUE)

 

Result :

 

This function hides or shows a widget.