ButtonGroup
Inherits: Resource < Reference < Object
Category: Core
Brief Description
Group of Buttons.
Methods
Array | get_buttons ( ) |
BaseButton | get_pressed_button ( ) |
Description
Group of Button. All direct and indirect children buttons become radios. Only one allows being pressed.
BaseButton.toggle_mode should be true
.
Method Descriptions
- Array get_buttons ( )
Returns an Array of Buttons who have this as their ButtonGroup
(see BaseButton.group).
- BaseButton get_pressed_button ( )
Returns the current pressed button.