PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
GUIKit Package
>
GUIKit
Package Symbol
GUIKit User Guide
Access to the Java Object Layer in GUIKit User Guide
Tutorials »
|
Widget
Script
See Also »
InvokeMethod
InvokeMethod[
name
, {}|
content
]
calls a widget method on the wrapping contexted widget.
InvokeMethod[{
target
,
name
}
,
content
]
calls a widget method on the specified target widget.
MORE INFORMATION
To use
InvokeMethod
, you first need to load
GUIKit
using
Needs["GUIKit`"]
.
InvokeMethod
can be used to make a method call on a widget, with arguments to the call specified by
content
.
If no target argument exists, then the target of the method call is the wrapping widget instance.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["GUIKit`"]
Run a simple widget definition:
In[2]:=
Out[2]=
Invoke a method that returns the
x
coordinate:
In[3]:=
Out[3]=
In[4]:=
Out[4]=
Specify arguments to a method call that changes the size of the frame:
In[5]:=
In[6]:=
Out[6]=
SEE ALSO
Widget
Script
TUTORIALS
GUIKit
User Guide
Access to the Java Object Layer in
GUIKit
User Guide
© 2008 Wolfram Research, Inc.