I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GUIHorzScrollBar (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIScrollBarBase >> GUIHorzScrollBar

Contents

Package: 
GUI
This class in other games:
UT2003, UT2004

Class: GUI.GUIHorzScrollBar Parent: GUI.GUIMultiComponent

<Enter a description here>

[edit] Properties

[edit] GripLeft

Type: float

Where in the ScrollZone is the grip - Set Natively

[edit] GripWidth

Type: float

How big is the grip - Set Natively

[edit] MyGripButton

Type: GUIHorzGripButton

Modifiers: automated


Default value: GUIHorzGripButton'HGrip'

[edit] MyLeftButton

Type: GUIHorzScrollButton

Modifiers: automated


Default value: GUIHorzScrollButton'HLeftBut'

[edit] MyRightButton

Type: GUIHorzScrollButton

Modifiers: automated


Default value: GUIHorzScrollButton'HRightBut'

[edit] MyScrollZone

Type: GUIHorzScrollZone

Modifiers: automated


Default value: GUIHorzScrollZone'HScrollZone'

[edit] Default values

Property Value
bAcceptsInput True
WinWidth 0.0375

[edit] Subobjects

[edit] HGrip

Class: GUI.GUIHorzGripButton

Empty subobject definition.

[edit] HLeftBut

Class: GUI.GUIHorzScrollButton

Property Value
LeftButton True

[edit] HRightBut

Class: GUI.GUIHorzScrollButton

Empty subobject definition.

[edit] HScrollZone

Class: GUI.GUIHorzScrollZone

Empty subobject definition.

[edit] Functions

[edit] Events

[edit] AlignThumb

event AlignThumb ()

Overrides: GUIScrollBarBase.AlignThumb


[edit] Other instance functions

[edit] GripMouseMove

function bool GripMouseMove (float deltaX, float deltaY)


[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


[edit] LeftTickClick

function bool LeftTickClick (GUIComponent Sender)


[edit] MoveGripBy

function MoveGripBy (int items)

Overrides: GUIScrollBarBase.MoveGripBy


[edit] RightTickClick

function bool RightTickClick (GUIComponent Sender)


[edit] UpdateGripPosition

function UpdateGripPosition (float NewPos)

Overrides: GUIScrollBarBase.UpdateGripPosition


[edit] WheelDown

function WheelDown ()


[edit] WheelUp

function WheelUp ()


[edit] ZoneClick

function ZoneClick (float Delta)