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

Class ParamMultilineText

source code

wx.Panel --+    
           |    
      PPanel --+
               |
              ParamMultilineText

Multiline text editing.

Instance Methods [hide private]
 
__init__(self, parent, name, textWidth=-1) source code
 
GetValue(self) source code
 
SetValue(self, value) source code
 
OnButtonEdit(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, textWidth=-1)
(Constructor)

source code 
Overrides: PPanel.__init__