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

Class ParamFont

source code

wx.Panel --+    
           |    
      PPanel --+
               |
              ParamFont

Font attribute editing.

Instance Methods [hide private]
 
__init__(self, parent, name) source code
 
OnText(self, evt) source code
 
OnTextKillFocus(self, evt) source code
 
GetValue(self) source code
 
dict2font(self, d) source code
 
SetValue(self, value) source code
 
OnPickFont(self, evt) 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__