Always snap to grid
UE2:GUIHorzScrollBar (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIHorzScrollBar |
- Package:
- XInterface
- This class in other games:
- UT2003, UE2Runtime
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: XInterface.GUIHorzScrollBar Parent: XInterface.GUIScrollBarBase
Scrollbar assembly for horizontal lists.
Default values
Subobjects
HGrip
Class: XInterface.GUIHorzGripButton
Property | Value |
---|---|
OnMousePressed | GripPressed |
HLeftBut
Class: XInterface.GUIHorzScrollButton
Property | Value |
---|---|
OnClick | GUIScrollBarBase.DecreaseClick |
HRightBut
Class: XInterface.GUIHorzScrollButton
Property | Value |
---|---|
bIncreaseButton | True |
OnClick | GUIScrollBarBase.IncreaseClick |
HScrollZone
Class: XInterface.GUIHorzScrollZone
Property | Value |
---|---|
OnScrollZoneClick | ZoneClick |
Instance functions
GripPreDraw
function bool GripPreDraw (GUIComponent Sender)
Overrides: GUIScrollBarBase.GripPreDraw
GripPressed
function GripPressed (GUIComponent Sender, bool IsRepeat)
ZoneClick
function ZoneClick (float Delta)