Mostly Harmless

UE1:UWindowVSplitter (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> UWindowBase >> UWindowWindow >> UWindowVSplitter

Contents

Package: 
UWindow
This class in other games:
RTNP, UT

UWindowVSplitter - a vertical splitter component

[edit] Properties

[edit] bBottomGrow

Type: bool


[edit] BottomClientWindow

Type: UWindowWindow


[edit] bSizable

Type: bool


Default value: True

[edit] bSizing

Type: bool


[edit] MinWinHeight

Type: float


[edit] OldWinHeight

Type: float


[edit] SplitPos

Type: float


[edit] TopClientWindow

Type: UWindowWindow


[edit] Instance functions

[edit] BeforePaint

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

Overrides: UWindowWindow.BeforePaint


[edit] Created

function Created ()

Overrides: UWindowWindow.Created


[edit] LMouseDown

function LMouseDown (float X, float Y)

Overrides: UWindowWindow.LMouseDown


[edit] MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


[edit] Paint

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

Overrides: UWindowWindow.Paint