|
|
__init__(self,
parent,
focusContext=None,
bgImageFile=None,
disableMouseFocus=False,
blurOpacity=0.3,
border=0,
id='',
cursorPixFile=None) |
source code
|
|
|
|
clearFocus(self)
Compact form to blur the TextArea |
source code
|
|
|
|
|
|
|
getID(self)
Returns the ID of the textarea (set on the constructor). |
source code
|
|
|
|
getText(self)
Get the text stored and displayed on the TextArea |
source code
|
|
|
|
hasFocus(self)
Query the focus status for this TextArea |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
setStyle(self,
font='Arial',
size=12,
alignment='left',
variant='Regular',
color='000000',
multiline=True,
cursorWidth=None,
flashingCursor=False)
Set some style parameters of the <words> node of the
TextArea |
source code
|
|
|
|
|