Gah - a solution with more questions. – EntropicLqd

UE1:UWindowHScrollBar (RTNP)

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

UWindowHScrollBar - A horizontal scrollbar

Properties[edit]

bDisabled[edit]

Type: bool


bDragging[edit]

Type: bool


DragX[edit]

Type: float


LeftButton[edit]

Type: UWindowSBLeftButton


MaxPos[edit]

Type: float


MaxVisible[edit]

Type: float


MinPos[edit]

Type: float


NextClickTime[edit]

Type: float


Pos[edit]

Type: float

offset to WinTop

RightButton[edit]

Type: UWindowSBRightButton


ScrollAmount[edit]

Type: float


ThumbStart[edit]

Type: float


ThumbWidth[edit]

Type: float


Instance functions[edit]

BeforePaint[edit]

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

Overrides: UWindowWindow.BeforePaint


CheckRange[edit]

function CheckRange ()


Created[edit]

function Created ()

Overrides: UWindowWindow.Created


LMouseDown[edit]

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


MouseMove[edit]

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


Paint[edit]

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

Overrides: UWindowWindow.Paint


Scroll[edit]

function bool Scroll (float Delta)


SetRange[edit]

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


Show[edit]

function Show (float P)


Tick[edit]

function Tick (float Delta)

Overrides: UWindowWindow.Tick