Creation/Dev/Script/Client/GuiBitmapCtrl: Difference between revisions
From Graal Bible
m (→Variables) |
mNo edit summary |
||
Line 15: | Line 15: | ||
| If true, the image will be tiled. If false, the image will be stretched. | | If true, the image will be tiled. If false, the image will be stretched. | ||
|} | |} | ||
=Functions= | =Functions= |
Revision as of 15:28, 3 February 2006
Inherits GuiControl.
Variables
Name | Type | Description |
bitmap | string | Image filename |
wrap | boolean | If true, the image will be tiled. If false, the image will be stretched. |
Functions
Name | Return Type | Description |
setbitmap(str) | ||
setvalue(int, int) |