Table of Contents

wxRadioBox

include file: wxCheckBox


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:

  • func get_radio_selection( atom this )   
  • proc set_radiobox_selection( atom box, integer selection )   A list of controls available in wxWidgets  
     
    Parent Topics:
  • Classes
  • Controls
  • wxRadioButton


    Table of Contents

    [func]
    get_radio_selection
    ( atom this )

    Category: wxRadioBox

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

    See Also: set_radiobox_selection



    Table of Contents

    [proc]
    set_radiobox_selection
    ( atom box, integer selection )

    A list of controls available in wxWidgets

    Category: wxRadioBox

    See Also: get_radio_selection