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

UE1:UWindowHScrollBar (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowHScrollBar
Package: 
UWindow
This class in other games:
RTNP, UT

UWindowHScrollBar - A horizontal scrollbar

Properties

bDisabled

Type: bool


bDragging

Type: bool


DragX

Type: float


LeftButton

Type: UWindowSBLeftButton


MaxPos

Type: float


MaxVisible

Type: float


MinPos

Type: float


NextClickTime

Type: float


Pos

Type: float

offset to WinTop

RightButton

Type: UWindowSBRightButton


ScrollAmount

Type: float


ThumbStart

Type: float


ThumbWidth

Type: float


Instance functions

BeforePaint

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


CheckRange

function CheckRange ()


Created

function Created ()

Overrides: UWindowWindow.Created


LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


Paint

function Paint (Canvas C, float X, float Y)

Overrides: UWindowWindow.Paint


Scroll

function Scroll (float Delta)


SetRange

function SetRange (float NewMinPos, float NewMaxPos, float NewMaxVisible, optional float NewScrollAmount)


Show

function Show (float P)


Tick

function Tick (float Delta)

Overrides: UWindowWindow.Tick