The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UWindowEditControl (UT)

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

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

null

Properties

EditAreaDrawX

Type: float


EditAreaDrawY

Type: float


EditBox

Type: UWindowEditBox


EditBoxWidth

Type: float


Instance functions

BeforePaint

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

Overrides: UWindowDialogControl.BeforePaint


Clear

function Clear ()


Created

function Created ()

Overrides: UWindowDialogControl.Created


GetValue

function string GetValue ()


Paint

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

Overrides: UWindowWindow.Paint


SetDelayedNotify

function SetDelayedNotify (bool bDelayedNotify)


SetEditTextColor

function SetEditTextColor (Object.Color NewColor)


SetFont

function SetFont (int NewFont)

Overrides: UWindowDialogControl.SetFont


SetHistory

function SetHistory (bool bInHistory)


SetMaxLength

function SetMaxLength (int MaxLength)


SetNumericFloat

function SetNumericFloat (bool bNumericFloat)


SetNumericOnly

function SetNumericOnly (bool bNumericOnly)


SetValue

function SetValue (string NewValue)