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

Class ParamFlag

source code

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

Sizer flag editing.

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

Inherited from ParamBinaryOr: GetValue, SetValue, SetValues

Inherited from PPanel: Enable, OnChange

Class Variables [hide private]
  values = ['wxTOP', 'wxBOTTOM', 'wxLEFT', 'wxRIGHT', 'wxALL', '...
  equal = {'wxALIGN_CENTER': 'wxALIGN_CENTRE', 'wxALIGN_CENTER_V...

Inherited from PPanel: isCheck

Method Details [hide private]

__init__(self, parent, name)
(Constructor)

source code 
Overrides: ParamBinaryOr.__init__

Class Variable Details [hide private]

values

Value:
['wxTOP', 'wxBOTTOM', 'wxLEFT', 'wxRIGHT', 'wxALL', 'wxEXPAND', 'wxGRO\
W', 'wxSHAPED', 'wxSTRETCH_NOT', 'wxALIGN_CENTRE', 'wxALIGN_LEFT', 'wx\
ALIGN_RIGHT', 'wxALIGN_TOP', 'wxALIGN_BOTTOM', 'wxALIGN_CENTRE_VERTICA\
L', 'wxALIGN_CENTRE_HORIZONTAL', 'wxADJUST_MINSIZE', 'wxFIXED_MINSIZE'\
]

equal

Value:
{'wxALIGN_CENTER': 'wxALIGN_CENTRE', 'wxALIGN_CENTER_VERTICAL': 'wxALI\
GN_CENTRE_VERTICAL', 'wxALIGN_CENTER_HORIZONTAL': 'wxALIGN_CENTRE_HORI\
ZONTAL', 'wxUP': 'wxTOP', 'wxDOWN': 'wxBOTTOM', 'wxNORTH': 'wxTOP', 'w\
xSOUTH': 'wxBOTTOM', 'wxWEST': 'wxLEFT', 'wxEAST': 'wxRIGHT'}