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

Class ParamCombo

source code

wx.Panel --+    
           |    
      PPanel --+
               |
              ParamCombo

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

Inherited from PPanel: Enable, OnChange

Class Variables [hide private]
  values = []
Combo box.

Inherited from PPanel: isCheck

Method Details [hide private]

__init__(self, parent, name)
(Constructor)

source code 
Overrides: PPanel.__init__