Module params :: Class RadioBox
[hide private]
[frames] | no frames]

Class RadioBox

source code

wx.Panel --+    
           |    
      PPanel --+
               |
              RadioBox

Instance Methods [hide private]
 
__init__(self, parent, id, choices, pos=wx.DefaultPosition, name='radiobox') source code
 
SetStringSelection(self, value) source code
 
OnRadioChoice(self, evt) source code
 
GetStringSelection(self) source code

Inherited from PPanel: Enable, OnChange

Class Variables [hide private]

Inherited from PPanel: isCheck

Method Details [hide private]

__init__(self, parent, id, choices, pos=wx.DefaultPosition, name='radiobox')
(Constructor)

source code 
Overrides: PPanel.__init__