BindEvent[name | {target, name} | {target, name, filter}, object | script | call, ...] binds an event from one object to a listener or to a script.
CloseGUIObject[interface] closes a live GUIObject instance.CloseGUIObject[] requests that an interface close, when called within a Script block.
GUILoad[src] loads an interface definition and returns immediately with a GUIObject result.GUILoad[src, args] passes arguments to the interface definition.
GUIObject[root, args] represents a live interface instance with root widget root, wrapping the active widgets and environment.
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[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[interface] generates a graphic that captures the current state of the runtime user interface.
IncludedScriptContexts is an option to GUIRun and related functions that can extend the active $ContextPath that Script blocks within a definition will use.
InvokeMethod[name, {} | content] calls a widget method on the wrapping contexted widget.InvokeMethod[{target, name}, content] calls a widget method on the specified target ...