Creation/Dev/Script/Client/GuiTabCtrlEntry: Difference between revisions
From Graal Bible
m (unneeded pre tag) |
Pooper200000 (talk | contribs) No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Scripting Reference]] | |||
Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]]. | Inherits [[Creation/Dev/Script/Client/TGraalVar|TGraalVar]]. | ||
Line 10: | Line 11: | ||
| string | | string | ||
| Hint text | | Hint text | ||
|- | |||
| icon | |||
| object | |||
| [[Creation/Dev/Script/Client/TDrawingPanel|TDrawingPanel]] | |||
|- | |- | ||
| id | | id |
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 |