Creation/Dev/Script/Client/GuiBitmapCtrl: Difference between revisions
From Graal Bible
mNo edit summary |
(reformat) |
||
Line 1: | Line 1: | ||
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]]. | |||
=Variables= | |||
{| border="1" cellpadding="2" width="100%" | |||
| '''Name''' | |||
| '''Type''' | |||
| '''Description''' | |||
|- | |||
| bitmap | |||
| string | |||
| Image filename | |||
|- | |||
| wrap | |||
| boolean | |||
| If true, the image will be tiled rather than stretched | |||
|} | |||
=Functions= | |||
{| border="1" cellpadding="2" width="100%" | |||
| '''Name''' | |||
| '''Return Type''' | |||
| '''Description''' | |||
|- | |||
| setbitmap(str) | |||
| | |||
| | |||
|- | |||
| setvalue(int, int) | |||
| | |||
| | |||
|} |
Revision as of 15:27, 3 February 2006
Inherits GuiControl.
Variables
Name | Type | Description |
bitmap | string | Image filename |
wrap | boolean | If true, the image will be tiled rather than stretched |
Functions
Name | Return Type | Description |
setbitmap(str) | ||
setvalue(int, int) |