Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:UWindowHSplitter (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowHSplitter

Contents

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

UWindowHSplitter - a horizontal splitter component

[edit] Properties

[edit] bRightGrow

Type: bool


[edit] bSizable

Type: bool


Default value: True

[edit] bSizing

Type: bool


[edit] LeftClientWindow

Type: UWindowWindow


[edit] MaxSplitPos

Type: float


[edit] MinWinWidth

Type: float


[edit] OldWinWidth

Type: float


[edit] RightClientWindow

Type: UWindowWindow


[edit] SplitPos

Type: float


[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