The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UWindowVSplitter (U1)

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

UWindowVSplitter - a vertical splitter component

Properties[edit]

bBottomGrow[edit]

Type: bool


BottomClientWindow[edit]

Type: UWindowWindow


bSizable[edit]

Type: bool


Default value: True

bSizing[edit]

Type: bool


MinWinHeight[edit]

Type: float


OldWinHeight[edit]

Type: float


SplitPos[edit]

Type: float


TopClientWindow[edit]

Type: UWindowWindow


Instance functions[edit]

BeforePaint[edit]

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

Overrides: UWindowWindow.BeforePaint


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