Package pyjsdl :: Module display :: Class Textarea

Class Textarea

pyjsobj.TextArea --+
                   |
                  Textarea

TextArea object for text input/output. Optional argument size (x,y) of textarea and panel to hold element. Default size derived from Canvas size placed in lower VerticalPanel.
Instance Methods
 
__init__(self, size=None, panel=None)
 
resize(self, width=None, height=None)
 
toggle(self, visible=None)