UWindow.UWindowComboControl
- Extends
- UWindowDialogControl
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowComboControl
| Inherited Contants from UWindow.UWindowWindow |
| DE_Change, DE_Click, DE_Created, DE_DoubleClick, DE_Enter, DE_EnterPressed, DE_Exit, DE_LMouseDown, DE_MClick, DE_MouseEnter, DE_MouseLeave, DE_MouseMove, DE_RClick |
| Inherited Variables from UWindow.UWindowDialogControl |
| Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY |
| Inherited Variables from UWindow.UWindowWindow |
| ActiveWindow, bAcceptsFocus, bAcceptsHotKeys, bAlwaysBehind, bAlwaysOnTop, bIgnoreLDoubleClick, bIgnoreMDoubleClick, bIgnoreRDoubleClick, bLeaveOnscreen, bMMouseDown, bMouseDown, bNoClip, bRMouseDown, bTransient, bUWindowActive, bWindowVisible, ClickTime, ClickX, ClickY, ClippingRegion, Cursor, FirstChildWindow, LastChildWindow, LookAndFeel, MClickTime, MClickX, MClickY, ModalWindow, NextSiblingWindow, OwnerWindow, ParentWindow, PrevSiblingWindow, RClickTime, RClickX, RClickY, Root, WinHeight, WinLeft, WinTop, WinWidth |
| Functions Summary |
 | | AddItem (string S, optional string S2, optional int SortWeight)
|
 | | BeforePaint (Canvas C, float X, float Y)
|
 | | Clear ()
|
 | | ClearValue ()
|
 | | Close (optional bool bByParent)
|
 | | CloseUp ()
|
 | | Created ()
|
 | | DropDown ()
|
 | int | FindItemIndex (string V, optional bool bIgnoreCase)
|
 | int | FindItemIndex2 (string V2, optional bool bIgnoreCase)
|
 | | FocusOtherWindow (UWindowWindow W)
|
 | int | GetSelectedIndex ()
|
 | string | GetValue ()
|
 | string | GetValue2 ()
|
 | | InsertItem (string S, optional string S2, optional int SortWeight)
|
 | | Notify (byte E)
|
 | | Paint (Canvas C, float X, float Y)
|
 | | SetEditable (bool bNewCanEdit)
|
 | | SetEditTextColor (Color NewColor)
|
 | | SetFont (int NewFont)
|
 | | SetMaxLength (int MaxLength)
|
 | | SetNumericOnly (bool bNumericOnly)
|
 | | SetSelectedIndex (int Index)
|
 | | SetValue (string NewValue, optional string NewValue2)
|
 | | Sort ()
|
| Inherited Functions from UWindow.UWindowDialogControl |
| BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor |
| Inherited Functions from UWindow.UWindowWindow |
| Activated, ActivateWindow, AfterCreate, AfterPaint, BeforeCreate, BeforePaint, BeginPlay, BringToFront, BuildObjectWithProperties, CheckKeyFocusWindow, CheckMousePassThrough, Click, ClipText, ClipTextWidth, Close, Created, CreateWindow, Deactivated, DoTick, DoubleClick, DrawClippedActor, DrawClippedTexture, DrawHorizTiledPieces, DrawMiscBevel, DrawStretchedTexture, DrawStretchedTextureSegment, DrawUpBevel, DrawVertTiledPieces, FindChildWindow, FindWindowUnder, FocusOtherWindow, FocusWindow, GetDesiredDimensions, GetLevel, GetLookAndFeelTexture, GetMouseXY, GetParent, GetPlayerOwner, GlobalToWindow, HideChildWindow, HideWindow, HotKeyDown, HotKeyUp, IsActive, KeyDown, KeyFocusEnter, KeyFocusExit, KeyType, KeyUp, LMouseDown, LMouseUp, MClick, MDoubleClick, MessageClients, MMouseDown, MMouseUp, MouseEnter, MouseIsOver, MouseLeave, MouseMove, Paint, PaintClients, ParseAmpersand, ProcessMenuKey, PropagateKey, RClick, RDoubleClick, RemoveAmpersand, Resized, ResolutionChanged, RMouseDown, RMouseUp, SaveConfigs, SendToBack, SetAcceptsFocus, SetAcceptsHotKeys, SetMouseWindow, SetParent, SetSize, ShowChildWindow, ShowModal, ShowWindow, TextSize, Tick, Tile, ToolTip, WaitModal, WindowEvent, WindowHidden, WindowIsVisible, WindowShown, WindowToGlobal, WrapClipText |
var bool bCanEdit;
var bool bListVisible;
var float EditAreaDrawX;
var float EditAreaDrawY;
var float EditBoxWidth;
function AddItem ( string S, optional string S2, optional int SortWeight )
function BeforePaint (
Canvas C,
float X,
float Y )
function Clear ( )
function ClearValue ( )
function Close ( optional bool bByParent )
function CloseUp ( )
function Created ( )
function DropDown ( )
function int FindItemIndex ( string V, optional bool bIgnoreCase )
function int FindItemIndex2 ( string V2, optional bool bIgnoreCase )
function int GetSelectedIndex ( )
function string GetValue ( )
function string GetValue2 ( )
function InsertItem ( string S, optional string S2, optional int SortWeight )
function Notify ( byte E )
function Paint (
Canvas C,
float X,
float Y )
function SetEditable ( bool bNewCanEdit )
function SetEditTextColor (
Color NewColor )
function SetFont ( int NewFont )
function SetMaxLength ( int MaxLength )
function SetNumericOnly ( bool bNumericOnly )
function SetSelectedIndex ( int Index )
function SetValue ( string NewValue, optional string NewValue2 )
function Sort ( )
defaultproperties
{
ListClass=Class'UWindow.UWindowComboList'
bNoKeyboard=True
}
|
Creation time: za 22-4-2006 13:07:22.890 - Created with
UnCodeX