Creation/Dev/Script/Client/GuiTabCtrlEntry: Difference between revisions
From Graal Bible
mNo edit summary |
Pooper200000 (talk | contribs) No edit summary |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]]. | |||
=Variables= | |||
{| border="1" cellpadding="2" width="100%" | |||
| '''Name''' | |||
| '''Type''' | |||
| '''Description''' | |||
|- | |||
| hint | |||
| string | |||
| Hint text | |||
|- | |||
| icon | |||
| object | |||
| [[Creation/Dev/Script/Client/TDrawingPanel|TDrawingPanel]] | |||
|- | |||
| id | |||
| integer | |||
| | |||
|- | |||
| text | |||
| string | |||
| Caption text | |||
|} | |||
=Functions= | |||
{| border="1" cellpadding="2" width="100%" | |||
| '''Name''' | |||
| '''Return Type''' | |||
| '''Description''' | |||
|- | |||
| gettext() | |||
| string | |||
| Gets current caption text | |||
|- | |||
| settext(str) | |||
| | |||
| Sets current caption text | |||
|} |
Latest revision as of 23:56, 15 February 2010
Inherits TGraalVar.
Variables
Name | Type | Description |
hint | string | Hint text |
icon | object | TDrawingPanel |
id | integer | |
text | string | Caption text |
Functions
Name | Return Type | Description |
gettext() | string | Gets current caption text |
settext(str) | Sets current caption text |