Gah - a solution with more questions. – EntropicLqd

UE1:UWindowScrollingDialogClient (U1)

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

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

null

Properties[edit]

BRBitmap[edit]

Type: UWindowBitmap


bShowHorizSB[edit]

Type: bool


bShowVertSB[edit]

Type: bool


ClientArea[edit]

Type: UWindowDialogClientWindow


ClientClass[edit]

Type: class<UWindowDialogClientWindow>


Default value: Class'UWindow.UWindowDialogClientWindow'

FixedArea[edit]

Type: UWindowDialogClientWindow


FixedAreaClass[edit]

Type: class<UWindowDialogClientWindow>


HorizSB[edit]

Type: UWindowHScrollBar


VertSB[edit]

Type: UWindowVScrollBar


Instance functions[edit]

BeforePaint[edit]

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

Overrides: UWindowWindow.BeforePaint


Created[edit]

function Created ()

Overrides: UWindowWindow.Created


GetDesiredDimensions[edit]

function GetDesiredDimensions (out float W, out float H)

Overrides: UWindowDialogClientWindow.GetDesiredDimensions


Paint[edit]

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

Overrides: UWindowDialogClientWindow.Paint