Expand/Shrink

gHide

Definition: include xpGUI.e

gHide(gdx id)
Description: Hides an interface element, which can be anything from an entire gDialog down to just a single field.
id: Identifier of the interface element.

Equivalent to gSetAttribute(id,"VISIBLE",false) when used on individual elements and sub-containers.
pwa/p2js: Supported.
Notes: When a dialog is hidden, by any of (at least) gHide(), setting VISIBLE to false, clicking on the window close button, or returning XPG_CLOSE, the elements inside the dialog are not destroyed, and can be shown again.
See Also: gShow