UE2:GUIHorzScrollBar (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIHorzScrollBar
Package:
XInterface
This class in other games:

Class: XInterface.GUIHorzScrollBar Parent: XInterface.GUIMultiComponent

<Enter a description here>

Properties

GripLeft

Type: float

Where in the ScrollZone is the grip - Set Natively

GripWidth

Type: float

How big is the grip - Set Natively

Default values

Subobjects

HGrip

Class: XInterface.GUIHorzGripButton

Empty subobject definition.

HLeftBut

Class: XInterface.GUIHorzScrollButton

Property Value
LeftButton True

HRightBut

Class: XInterface.GUIHorzScrollButton

Property Value
LeftButton False

HScrollZone

Class: XInterface.GUIHorzScrollZone

Empty subobject definition.

Functions

Events

AlignThumb

event AlignThumb ()

Overrides: GUIScrollBarBase.AlignThumb


Other instance functions

GripMouseMove

function bool GripMouseMove (float deltaX, float deltaY)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


LeftTickClick

function bool LeftTickClick (GUIComponent Sender)


MoveGripBy

function MoveGripBy (int items)

Overrides: GUIScrollBarBase.MoveGripBy


RightTickClick

function bool RightTickClick (GUIComponent Sender)


UpdateGripPosition

function UpdateGripPosition (float NewPos)

Overrides: GUIScrollBarBase.UpdateGripPosition


WheelDown

function WheelDown ()


WheelUp

function WheelUp ()


ZoneClick

function ZoneClick (float Delta)