get_active
Description:
Queries a ToggleButton and returns its current state.
Returns true if the toggle button is pressed in and false if it is raised.
Parameters:
this |
a ToggleButton. |
Returns:
a bool value. |
Queries a ToggleButton and returns its current state.
Returns true if the toggle button is pressed in and false if it is raised.
this |
a ToggleButton. |
a bool value. |