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

Class ParamBinaryOr

source code

wx.Panel --+    
           |    
      PPanel --+
               |
              ParamBinaryOr

Editing binary flag attributes defined by a string separated by '|'.

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]

Inherited from PPanel: isCheck

Method Details [hide private]

__init__(self, parent, name)
(Constructor)

source code 
Overrides: PPanel.__init__