CloseGUIObject

CloseGUIObject[interface]
closes a live GUIObject instance.
CloseGUIObject[]
requests that an interface close, when called within a Script block.
  • To use CloseGUIObject, you first need to load GUIKit using Needs["GUIKit`"].
  • CloseGUIObject programmatically initiates a close action (which is normally initiated interactively by user actions such as closing the window).
  • CloseGUIObject 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.
© 2008 Wolfram Research, Inc. japanese.gif