Mostly Harmless

UE2:GUIHorzScrollBar (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIHorzScrollBar
Package: 
XInterface
This class in other games:
UT2004, UE2Runtime

Class: XInterface.GUIHorzScrollBar Parent: XInterface.GUIMultiComponent

<Enter a description here>

Properties[edit]

GripLeft[edit]

Type: float

Where in the ScrollZone is the grip - Set Natively

GripWidth[edit]

Type: float

How big is the grip - Set Natively

Default values[edit]

Property Value
Controls[0] GUIHorzScrollZone'HScrollZone'
Controls[1] GUIHorzScrollButton'HLeftBut'
Controls[2] GUIHorzScrollButton'HRightBut'
Controls[3] GUIHorzGripButton'HGrip'
WinWidth 0.0375

Subobjects[edit]

HGrip[edit]

Class: XInterface.GUIHorzGripButton

Empty subobject definition.

HLeftBut[edit]

Class: XInterface.GUIHorzScrollButton

Property Value
LeftButton True

HRightBut[edit]

Class: XInterface.GUIHorzScrollButton

Property Value
LeftButton False

HScrollZone[edit]

Class: XInterface.GUIHorzScrollZone

Empty subobject definition.

Functions[edit]

Events[edit]

AlignThumb[edit]

event AlignThumb ()

Overrides: GUIScrollBarBase.AlignThumb


Other instance functions[edit]

GripMouseMove[edit]

function bool GripMouseMove (float deltaX, float deltaY)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


LeftTickClick[edit]

function bool LeftTickClick (GUIComponent Sender)


MoveGripBy[edit]

function MoveGripBy (int items)

Overrides: GUIScrollBarBase.MoveGripBy


RightTickClick[edit]

function bool RightTickClick (GUIComponent Sender)


UpdateGripPosition[edit]

function UpdateGripPosition (float NewPos)

Overrides: GUIScrollBarBase.UpdateGripPosition


WheelDown[edit]

function WheelDown ()


WheelUp[edit]

function WheelUp ()


ZoneClick[edit]

function ZoneClick (float Delta)