GUIKit`
GUIKit`

"ToolBar"

The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.

Widget["ToolBar"]

represents a toolbar.

Details

  • To use Widget["ToolBar"], you first need to load GUIKit using Needs["GUIKit`"].
  • The following properties are available:
  • "floatable"Truewhether the toolbar can be detached
    "rollover"Falsedraw toolbar buttons only when the mouse pointer hovers over them

Examples

Basic Examples  (1)