681 - 690 of 4505 for *HatSearch Results
BindEvent   (GUIKit Package Symbol)
BindEvent[name | {target, name} | {target, name, filter}, object | script | call, ...] binds an event from one object to a listener or to a script.
CloseGUIObject   (GUIKit Package Symbol)
CloseGUIObject[interface] closes a live GUIObject instance.CloseGUIObject[] requests that an interface close, when called within a Script block.
GUILoad   (GUIKit Package Symbol)
GUILoad[src] loads an interface definition and returns immediately with a GUIObject result.GUILoad[src, args] passes arguments to the interface definition.
GUIObject   (GUIKit Package Symbol)
GUIObject[root, args] represents a live interface instance with root widget root, wrapping the active widgets and environment.
GUIResolve   (GUIKit Package Symbol)
GUIResolve[src] resolves an interface definition to its top-level completely loaded widget and enclosing widgets.GUIResolve[src, args] passes arguments to the interface ...
GUIRunModal   (GUIKit Package Symbol)
GUIRunModal[src] loads and runs an interface definition in a modal state with the kernel and returns a result when finished.GUIRunModal[src, args] passes arguments to the ...
GUIRun   (GUIKit Package Symbol)
GUIRun[src] loads and runs an interface definition in a modeless state and returns immediately with a GUIObject expression that represents the live interface.GUIRun[src, ...
GUIScreenShot   (GUIKit Package Symbol)
GUIScreenShot[interface] generates a graphic that captures the current state of the runtime user interface.
IncludedScriptContexts   (GUIKit Package Symbol)
IncludedScriptContexts is an option to GUIRun and related functions that can extend the active $ContextPath that Script blocks within a definition will use.
InvokeMethod   (GUIKit Package Symbol)
InvokeMethod[name, {} | content] calls a widget method on the wrapping contexted widget.InvokeMethod[{target, name}, content] calls a widget method on the specified target ...
1 ... 66|67|68|69|70|71|72 ... 451 Previous Next

...