Button Command
From GeoGebra Manual
- Button( )
- Creates a new button.
- Button( <Caption> )
- Creates a new button with given caption.
- Example:
Button("Ok")
creates a button in the left upper corner of the Graphics View with the caption Ok.