I'm a doctor, not a mechanic
UE2:GUIVertScrollBar (UE2Runtime)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIVertScrollBar |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: GUI.GUIVertScrollBar
Properties
GrabOffset
Type: float
distance from top of button that the user started their drag. Set natively.
GripHeight
Type: float
How big is the grip - Set Natively
GripTop
Type: float
Where in the ScrollZone is the grip - Set Natively
MyDownButton
Type: GUIVertScrollButton
Modifiers: automated
Default value: GUIVertScrollButton'DownBut'
MyGripButton
Type: GUIVertGripButton
Modifiers: automated
Default value: GUIVertGripButton'Grip'
MyScrollZone
Type: GUIVertScrollZone
Modifiers: automated
Default value: GUIVertScrollZone'ScrollZone'
MyUpButton
Type: GUIVertScrollButton
Modifiers: automated
Default value: GUIVertScrollButton'UpBut'
Default values
Property | Value |
---|---|
bAcceptsInput | True |
WinWidth | 0.0375 |
Subobjects
DownBut
Class: GUI.GUIVertScrollButton
Empty subobject definition.
Grip
Class: GUI.GUIVertGripButton
Empty subobject definition.
ScrollZone
Class: GUI.GUIVertScrollZone
Empty subobject definition.
UpBut
Class: GUI.GUIVertScrollButton
Property | Value |
---|---|
UpButton | True |
Functions
Events
AlignThumb
Overrides: GUIScrollBarBase.AlignThumb
Other instance functions
DownTickClick
GripClick
GripMouseMove
InitComponent
Overrides: GUIMultiComponent.InitComponent
MoveGripBy
Overrides: GUIScrollBarBase.MoveGripBy
UpdateGripPosition
Overrides: GUIScrollBarBase.UpdateGripPosition