-
Notifications
You must be signed in to change notification settings - Fork 0
class_buttongroup
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Control\n\n### Brief Description
Group of Buttons.
- BaseButton get_pressed_button" ( ) const
- int get_pressed_button_index" ( ) const
- BaseButton get_focused_button" ( ) const
- Array get_button_list" ( ) const
- void set_pressed_button" ( BaseButton button )
Group of buttons. All direct and indirect children buttons become radios. Only one allows being pressed.
== get_pressed_button ==
- BaseButton get_pressed_button" ( ) const \ Return the pressed button. == get_pressed_button_index ==
- int get_pressed_button_index" ( ) const \ Return the index of the pressed button (by tree order). == get_focused_button ==
- BaseButton get_focused_button" ( ) const \ Return the focused button. == get_button_list ==
- Array get_button_list" ( ) const \ Return the list of all the buttons in the group. == set_pressed_button ==
- void set_pressed_button" ( BaseButton button ) \ Set the button to be pressed.