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

From Graal Bible
mNo edit summary
 
No edit summary
Line 1: Line 1:
<pre>
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]].
    GuiScrollCtrl (GuiControl):
 
      childmargin - string
 
      constantthumbheight - boolean
=Variables=
      hscrollbar - string
 
      scrollpos - string
childmargin - string
      tile - boolean
 
      vscrollbar - string
constantthumbheight - boolean
      wheelscrolllines - integer
 
      willfirstrespond - boolean
hscrollbar - string
      scrolldelta(int, int)
 
      scrollto(int, int)
scrollpos - string
</pre>
 
tile - boolean
 
vscrollbar - string
 
wheelscrolllines - integer
 
willfirstrespond - boolean
 
 
=Functions=
 
scrolldelta(int, int)
 
scrollto(int, int)
 
 
=Events=
 
onScrolled(newposx,newposy,deltax,deltay) - either the horizontal or vertical scrollbar has been moved

Revision as of 14:50, 25 February 2006

Inherits GuiControl.


Variables

childmargin - string

constantthumbheight - boolean

hscrollbar - string

scrollpos - string

tile - boolean

vscrollbar - string

wheelscrolllines - integer

willfirstrespond - boolean


Functions

scrolldelta(int, int)

scrollto(int, int)


Events

onScrolled(newposx,newposy,deltax,deltay) - either the horizontal or vertical scrollbar has been moved