
Public Member Functions | |
| this (IntPtr wxobj) | |
| this () | |
| this (Window parent, int id, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, Validator val=null, string name=wxRadioButtonNameStr) | |
| this (Window parent, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, Validator val=null, string name=wxRadioButtonNameStr) | |
| bool | Create (Window parent, int id, string label, inout Point pos, inout Size size, int style, Validator val, string name) |
| bool | Value () |
| void | Value (bool value) |
| void | Select_Add (EventListener value) |
| void | Select_Remove (EventListener value) |
Static Public Member Functions | |
| static wxObject | New (IntPtr wxobj) |
Public Attributes | |
| const int | wxRB_GROUP = 0x0004 |
| const int | wxRB_SINGLE = 0x0008 |
| const string | wxRadioButtonNameStr = "radioButton" |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
| this | ( | ) |
| this | ( | Window | parent, | |
| int | id, | |||
| string | label, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = 0, |
|||
| Validator | val = null, |
|||
| string | name = wxRadioButtonNameStr | |||
| ) |
| this | ( | Window | parent, | |
| string | label, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = 0, |
|||
| Validator | val = null, |
|||
| string | name = wxRadioButtonNameStr | |||
| ) |
| bool Create | ( | Window | parent, | |
| int | id, | |||
| string | label, | |||
| inout Point | pos, | |||
| inout Size | size, | |||
| int | style, | |||
| Validator | val, | |||
| string | name | |||
| ) |
| bool Value | ( | ) |
| void Value | ( | bool | value | ) |
| void Select_Add | ( | EventListener | value | ) |
| void Select_Remove | ( | EventListener | value | ) |
| const int wxRB_GROUP = 0x0004 |
| const int wxRB_SINGLE = 0x0008 |
| const string wxRadioButtonNameStr = "radioButton" |
1.5.4