|
SOLUTIONS
|
GUIKIT PACKAGE SYMBOL
GUIResolve
GUIResolve[src]
resolves an interface definition to its top-level completely loaded widget and enclosing widgets.
passes arguments to the interface definition.
DetailsDetails
- To use
, you first need to load GUIKit using Needs["GUIKit`"].
returns the top-level root widget in a definition, possibly modified with some scripting.
does not create a GUIObject for post-manipulation, nor does it preserve an environment.
is a variant of GUILoad.
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
,
,
, and so forth. - The following options can be given:
-
ReleaseMethod Automatic determines when a GUIObject is released IncludedScriptContexts {} extends the active $ContextPath that Script blocks use
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

