There is no spoon

UE1:UWindowDialogControl (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl
Package: 
UWindow
Direct subclasses:
UWindowButton, UWindowComboControl, UWindowDynamicTextArea, UWindowEditBox, UWindowEditControl, UWindowHSliderControl, UWindowLabelControl, UWindowListControl, UWindowTextAreaControl
This class in other games:
U1, 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)