I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:UWindowHSplitter (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowHSplitter
Package: 
UWindow
This class in other games:
U1, UT

UWindowHSplitter - a horizontal splitter component

Properties

bRightGrow

Type: bool


bSizable

Type: bool


Default value: True

bSizing

Type: bool


LeftClientWindow

Type: UWindowWindow


MaxSplitPos

Type: float


MinWinWidth

Type: float


OldWinWidth

Type: float


RightClientWindow

Type: UWindowWindow


SplitPos

Type: float


Instance functions

BeforePaint

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

Overrides: UWindowWindow.BeforePaint


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