Creation/Dev/Script/Client/GuiScrollCtrl: Difference between revisions
From Graal Bible
No edit summary |
|||
Line 8: | Line 8: | ||
constantthumbheight - boolean | constantthumbheight - boolean | ||
hscrollbar - string | hscrollbar - string - "alwaysOn", "alwaysOff", "dynamic" - controls the horizontal scroll bar | ||
scrollpos - string | scrollpos - string | ||
Line 14: | Line 14: | ||
tile - boolean | tile - boolean | ||
vscrollbar - string | vscrollbar - string - "alwaysOn", "alwaysOff", "dynamic" - controls the vertical scroll bar | ||
wheelscrolllines - integer | wheelscrolllines - integer | ||
willfirstrespond - boolean | willfirstrespond - boolean | ||
=Functions= | =Functions= |
Revision as of 18:10, 3 April 2006
Inherits GuiControl.
Variables
childmargin - string
constantthumbheight - boolean
hscrollbar - string - "alwaysOn", "alwaysOff", "dynamic" - controls the horizontal scroll bar
scrollpos - string
tile - boolean
vscrollbar - string - "alwaysOn", "alwaysOff", "dynamic" - controls the vertical scroll bar
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