|
SOLUTIONS
|
GUIKIT PACKAGE SYMBOL
CloseGUIObject
CloseGUIObject[interface]
closes a live GUIObject instance.
requests that an interface close when called within a Script block.
DetailsDetails
- To use
, you first need to load GUIKit using Needs["GUIKit`"].
programmatically initiates a close action (which is normally initiated interactively by user actions such as closing the window).
will not necessarily force the removal of all interface resources (like ReleaseGUIObject) if an initial GUIRun has requested that the interface live on past its closing by using the option ReleaseMethod -> Manual.- Use
instead of ReleaseGUIObject to ensure the original life cycle intent of a GUIRun call.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
