Creation/Dev/Script/Client/GuiTextEditCtrl: Difference between revisions

From Graal Bible
mNo edit summary
 
No edit summary
Line 1: Line 1:
<pre>
Inherits from [[Creation/Dev/Script/Client/GuiTextCtrl|GuiTextCtrl]].
      GuiTextEditCtrl (GuiTextCtrl):
 
        deniedsound - string
=Variables=
        historysize - integer
 
        password - boolean
deniedsound - string
        tabcomplete - boolean
 
        setselection(int, int)
historysize - integer
        undo()
 
</pre>
password - boolean
 
tabcomplete - boolean
 
 
=Functions=
 
setselection(int, int)
 
undo()
 
 
=Events=
 
onTabComplete() - the tab key has been pressed (when tabcomplete=true)
 
onAction(newtext) - the enter-key has been pressed

Revision as of 14:25, 25 February 2006

Inherits from GuiTextCtrl.

Variables

deniedsound - string

historysize - integer

password - boolean

tabcomplete - boolean


Functions

setselection(int, int)

undo()


Events

onTabComplete() - the tab key has been pressed (when tabcomplete=true)

onAction(newtext) - the enter-key has been pressed