GUIKit`
GUIKit`

GUIResolve

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

GUIResolve[src]

resolves an interface definition to its top-level completely loaded widget and enclosing widgets.

GUIResolve[src,args]

passes arguments to the interface definition.

Details and Options

  • To use GUIResolve, you first need to load GUIKit using Needs["GUIKit`"].
  • GUIResolve returns the top-level root widget in a definition, possibly modified with some scripting.
  • GUIResolve does not create a GUIObject for post-manipulation, nor does it preserve an environment.
  • GUIResolve is a variant of GUILoad.
  • GUIResolve is useful for loading model widgets within an interface library where the non-GUI content is dynamically populated with scripting.
  • src can be a file name, a user interface expression definition, an XMLDocument interface expression, or a GUIObject.
  • If arguments are included, they are passed as arguments to the interface definition and are available from the widget registry through the names "##", "#1", "#2", and so forth.
  • The following options can be given:
  • ReleaseMethodAutomaticdetermines when a GUIObject is released
    IncludedScriptContexts{}extends the active $ContextPath that Script blocks use

Examples

Basic Examples  (1)

Load and resolve a definition whose top-level widget is a list object:

The content is populated with values within the definition:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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