|
SOLUTIONS
|
GUIKIT PACKAGE SYMBOL
GUIObjectQ
DetailsDetails
- To use
, you first need to load GUIKit using Needs["GUIKit`"].
is used to determine whether ref represents a live interface.- Live interfaces are typically terminated either when the user closes the window by calling CloseGUIObject or ReleaseGUIObject.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
Create a
instance and assign it to a variable:
| In[2]:= |
| Out[2]= |
With the interface still running, test whether the variable references an active GUIObject:
| In[3]:= |
| Out[3]= |
Force the interface to terminate and release its resources:
| In[4]:= |
Test whether the variable still references an active GUIObject:
| In[5]:= |
| Out[5]= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
