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

From Graal Bible
No edit summary
 
mNo edit summary
Line 1: Line 1:
<pre>
=GuiButtonBaseCtrl=
    GuiButtonBaseCtrl (GuiControl):
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]].
      buttontype - string
 
      checked - boolean
==Variables==
      groupnum - integer
{| border="1" cellpadding="2" width="100%"
      text - string
| '''Name'''
      gettext() - returns string
| '''Type'''
      performclick()
| '''Description'''
      settext(str)
|-
</pre>
| buttontype
| string
|
|-
| checked
| boolean
|
|-
| groupnum
| integer
|
|-
| text
| string
|
|}
 
==Functions==
{| border="1" cellpadding="2" width="100%"
| '''Name'''
| '''Return Type'''
| '''Description'''
|-
| gettext()
| string
|
|-
| performclick()
|
|
|-
| settext(str)
|
|
|}

Revision as of 11:20, 27 January 2006

GuiButtonBaseCtrl

Inherits GuiControl.

Variables

Name Type Description
buttontype string
checked boolean
groupnum integer
text string

Functions

Name Return Type Description
gettext() string
performclick()
settext(str)