wxRadioBox

wxRadioBox
A radio box item is used to select one of number of mutually exclusive choices. It is displayed as a vertical column or horizontal row of labelled buttons.

Creation Parameters
Functions/Procedures
Supertopics

wxRadioBox

[func]
get_radio_selection
( atom this )

Category: wxRadioBox

Return the 0-based index of the selected radio item in the wxRadioBox.


wxRadioBox

[proc]
set_radiobox_selection
( atom box, integer selection )

Category: wxRadioBox

This sets the Radiobox to being selected if selection is one, unselected if selection is zero.