GUIKit`
GUIKit`

GUIObject

The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.

GUIObject[root,args]

represents a live interface instance with root widget root, wrapping the active widgets and environment.

Details and Options

  • To use GUIObject, you first need to load GUIKit using Needs["GUIKit`"].
  • A GUIObject represents a live interface instance wrapping both the created Java objects as well as the runtime environment associated with the scripting code and Wolfram Language contexts.
  • GUIObject objects are comprised mostly of private definitions, but the first argument is a JavaObject instance of the top-level widget in the interface and supports direct J/Link style calls.
  • A GUIObject is created whenever GUILoad or GUIRun is called.
  • A GUIObject is released interactively when an interface is closed or programmatically using CloseGUIObject or ReleaseGUIObject.

Examples

Basic Examples  (1)

Create a GUIObject instance:

The first argument is a normal JavaObject instance:

Most of the parameters are private environment states that cannot be properly built up manually:

Many GUIKit functions work with a GUIObject instance:

Release the GUIObject instance:

Wolfram Research (2007), GUIObject, Wolfram Language function, https://reference.wolfram.com/language/GUIKit/ref/GUIObject.html.

Text

Wolfram Research (2007), GUIObject, Wolfram Language function, https://reference.wolfram.com/language/GUIKit/ref/GUIObject.html.

CMS

Wolfram Language. 2007. "GUIObject." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GUIKit/ref/GUIObject.html.

APA

Wolfram Language. (2007). GUIObject. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GUIKit/ref/GUIObject.html

BibTeX

@misc{reference.wolfram_2023_guiobject, author="Wolfram Research", title="{GUIObject}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GUIKit/ref/GUIObject.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_guiobject, organization={Wolfram Research}, title={GUIObject}, year={2007}, url={https://reference.wolfram.com/language/GUIKit/ref/GUIObject.html}, note=[Accessed: 18-March-2024 ]}