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

From Graal Bible
mNo edit summary
 
(reformat)
Line 1: Line 1:
<pre>
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]].
    GuiBitmapCtrl (GuiControl):
 
      bitmap - string
=Variables=
      wrap - boolean
{| border="1" cellpadding="2" width="100%"
      setbitmap(str)
| '''Name'''
      setvalue(int, int)
| '''Type'''
</pre>
| '''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 16: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)