Skip to content
reduz edited this page Feb 23, 2014 · 9 revisions

ButtonGroup

####Inherits: Control ####Category: Core

Brief Description

Group of Buttons.

Member Functions

Description

Group of Buttons. All direct and indirect children buttons become radios. Only one allows being pressed.

Member Function Description

Return the pressed button.

  • int get_pressed_button_index ( ) const

Return the index of the pressed button (by tree order).

Return the focused button.

  • Array get_button_list ( ) const

Return the list of all the buttons in the group.

Set the button to be pressed.

Clone this wiki locally