Gah - a solution with more questions. – EntropicLqd
UE1:UWindowDialogControl (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl |
Contents
- Package:
- UWindow
- Direct subclasses:
- UWindowTextAreaControl, UWindowButton, UWindowComboControl, UWindowEditBox, UWindowEditControl, UWindowHSliderControl, UWindowLabelControl, UWindowListControl
- This class in other games:
- RTNP, UT
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UWindowDialogControl - a control which notifies a dialog control group
Properties[edit]
Align[edit]
Type: UWindowBase.TextAlign
bAcceptExternalDragDrop[edit]
Type: bool
bHasKeyboardFocus[edit]
Type: bool
bNoKeyboard[edit]
Type: bool
Font[edit]
Type: int
HelpText[edit]
Type: string
MinHeight[edit]
Type: float
minimum heights for layout control
MinWidth[edit]
Type: float
NotifyWindow[edit]
Type: UWindowDialogClientWindow
TabNext[edit]
Type: UWindowDialogControl
TabPrev[edit]
Type: UWindowDialogControl
Text[edit]
Type: string
TextColor[edit]
Type: Object.Color
TextX[edit]
Type: float
TextY[edit]
Type: float
changed by BeforePaint functions
Instance functions[edit]
BeforePaint[edit]
Overrides: UWindowWindow.BeforePaint
CheckExternalDrag[edit]
Created[edit]
function Created ()
Overrides: UWindowWindow.Created
ExternalDragOver[edit]
KeyDown[edit]
Overrides: UWindowWindow.KeyDown
KeyFocusEnter[edit]
function KeyFocusEnter ()
Overrides: UWindowWindow.KeyFocusEnter
KeyFocusExit[edit]
function KeyFocusExit ()
Overrides: UWindowWindow.KeyFocusExit
MouseEnter[edit]
function MouseEnter ()
Overrides: UWindowWindow.MouseEnter
MouseLeave[edit]
function MouseLeave ()
Overrides: UWindowWindow.MouseLeave
MouseMove[edit]
Overrides: UWindowWindow.MouseMove
Notify[edit]
function Notify (byte E)
Register[edit]
function Register (UWindowDialogClientWindow W)
SetFont[edit]
function SetFont (int NewFont)
SetHelpText[edit]
function SetHelpText (string NewHelpText)
SetText[edit]
function SetText (string NewText)
SetTextColor[edit]
function SetTextColor (Object.Color NewColor)