SetImage Command
- SetImage( <Object>, <Image> )
-
Fills the given object with an image.
The object needs to allow filling, e.g. polygons, closed conics, buttons… |
- SetImage( <Object>, <Text> )
-
Fills the object with one of the GeoGebra’s predefined action images, identified by the texts listed below.
SetImage(button1,"pause")
shows the GeoGebra’s predefined Pause icon on button1.
The current version of the command supports only button objects. The names of the images (Text parameter) need to be enclosed in " ". |
GeoGebra’s predefined action images
Text | Image |
---|---|
pause |
|
play |
|
stop |
|
replay |
|
skip_next |
|
skip_previous |
|
loop |
|
zoom_in |
|
zoom_out |
|
close |
|
arrow_up |
|
arrow_down |
|
arrow_forward |
|
arrow_back |
|
fast_forward |
|
fast_rewind |
|
zoom_to_fit |
|
center_view |
|
help |
|
settings |
|