Gah - a solution with more questions. – EntropicLqd

UE1:UWindowDialogControl (U1)

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
U1 Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl
Package: 
UWindow
Direct subclasses:
UWindowTextAreaControl, UWindowButton, UWindowComboControl, UWindowEditBox, UWindowEditControl, UWindowHSliderControl, UWindowLabelControl, UWindowListControl
This class in other games:
RTNP, UT

UWindowDialogControl - a control which notifies a dialog control group

Properties

Align

Type: UWindowBase.TextAlign


bAcceptExternalDragDrop

Type: bool


bHasKeyboardFocus

Type: bool


bNoKeyboard

Type: bool


Font

Type: int


HelpText

Type: string


MinHeight

Type: float

minimum heights for layout control

MinWidth

Type: float


NotifyWindow

Type: UWindowDialogClientWindow


TabNext

Type: UWindowDialogControl


TabPrev

Type: UWindowDialogControl


Text

Type: string


TextColor

Type: Object.Color


TextX

Type: float


TextY

Type: float

changed by BeforePaint functions

Instance functions

BeforePaint

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

Overrides: UWindowWindow.BeforePaint


CheckExternalDrag

function UWindowDialogControl CheckExternalDrag (float X, float Y)


Created

function Created ()

Overrides: UWindowWindow.Created


ExternalDragOver

function bool ExternalDragOver (UWindowDialogControl ExternalControl, float X, float Y)


KeyDown

function KeyDown (int Key, float X, float Y)

Overrides: UWindowWindow.KeyDown


KeyFocusEnter

function KeyFocusEnter ()

Overrides: UWindowWindow.KeyFocusEnter


KeyFocusExit

function KeyFocusExit ()

Overrides: UWindowWindow.KeyFocusExit


MouseEnter

function MouseEnter ()

Overrides: UWindowWindow.MouseEnter


MouseLeave

function MouseLeave ()

Overrides: UWindowWindow.MouseLeave


MouseMove

function MouseMove (float X, float Y)

Overrides: UWindowWindow.MouseMove


Notify

function Notify (byte E)


Register

function Register (UWindowDialogClientWindow W)


SetFont

function SetFont (int NewFont)


SetHelpText

function SetHelpText (string NewHelpText)


SetText

function SetText (string NewText)


SetTextColor

function SetTextColor (Object.Color NewColor)