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

Class ParamOrientation

source code

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

Orientaiton attribute editing for wx.SplitterWindow.

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': 'horizontal', 'vertical': 'vertical'}
  seulav = {'horizontal': 'horizontal', 'vertical': 'vertical'}

Inherited from PPanel: isCheck

Method Details [hide private]

__init__(self, parent, name)
(Constructor)

source code 
Overrides: RadioBox.__init__