GUI.Enable | Part of GUI module |
Syntax | GUI.Enable (widgetID : int)
| ||
Description | Enables a disabled widget specified by widgetID. Used in conjunction with GUI.Disable to enable and disable widgets. Disabled widgets generally are "grayed out" to visually depict their disabled status. Disabled widgets do not respond to keystrokes or mouse clicks.
| ||
Example | See GUI.Disable for an example of GUI.Enable.
| ||
Details | The following types of widgets can be enabled or disabled:
Picture Radio Buttons, Horizontal Scroll Bars, Horizontal Sliders,
| ||
Status | Exported qualified. This means that you can only call the procedure by calling GUI.Enable, not by calling Enable.
| ||
See also | GUI.Disable.
|