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

Class ParamOrient

source code

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

Orientation attribute editing for sizers.

Instance Methods [hide private]
 
__init__(self, parent, name) source code
 
GetValue(self) source code
 
SetValue(self, value) source code

Inherited from RadioBox: GetStringSelection, OnRadioChoice, SetStringSelection

Inherited from PPanel: Enable, OnChange

Class Variables [hide private]
  values = {'horizontal': 'wxHORIZONTAL', 'vertical': 'wxVERTICAL'}
  seulav = {'wxHORIZONTAL': 'horizontal', 'wxVERTICAL': 'vertical'}

Inherited from PPanel: isCheck

Method Details [hide private]

__init__(self, parent, name)
(Constructor)

source code 
Overrides: RadioBox.__init__