Creation/Dev/Script/Client/GuiScrollCtrl: Difference between revisions
From Graal Bible
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Inherits [[Creation/Dev/Script/Client/GuiControl|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 |
Revision as of 13: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