GUIKit`
The functionality provided by GUIKit has been superseded by the
interface construction and
controls functions native to the built-in Wolfram Language.
Widget["Button"]
represents a button.
更多信息
- To use Widget["Button"], you first need to load GUIKit using Needs["GUIKit`"].
- The following properties are available:
-
| "text" | "" | text label |
| "enabled" | True | whether the button is enabled |
| "icon" | None | a to display |
- The following event is available:
-
| "action" | the event triggered when the button is clicked |