GUI.GUIComboBox
- Extends
- GUIMultiComponent
- Modifiers
- HideCategories ( Menu , Object ) Native
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIMultiComponent
|
+-- GUI.GUIComboBox
Inherited Variables from GUI.GUIComponent |
bAcceptsInput, bActiveInput, bAllowHTMLTextFormatting, bAllowPressedEffect, bBoundToParent, bCanBeShown, bCaptureMouse, bCaptureTabs, bDirty, bDrawStyle, bFocusOnWatch, bHideMouseCursor, bHitTestOnClientBounds, bInited, bMaintainFocus, bMouseOverSound, bNeverFocus, Bounds[4], bPersistent, bPlayerMoveAllowed, bRepeatClick, bRepeatCycling, bRepositioning, bRequireReleaseClick, bSaved, bScaled, bScaleToParent, bSwallowAllKeyEvents, bTabStop, bTimerRepeat, bVisible, ClientBounds[4], CyclePosition, FocusInstead, Hint, LinkOverrides[4], Links[4], MenuOwner, MenuState, MouseCursorIndex, MoveGroup, MovePositions, OnClickSound, RadioGroup, RenderWeight, SaveColor, SaveFont, SaveStyle, SaveX, SaveY, Style, StyleName, TabOrder, TimerCountdown, TimerIndex, TimerInterval, TransitionSpec, UndoHistory, UndoLevel, WinHeight, WinLeft, WinTop, WinWidth |
Inherited Delegates from GUI.GUIComponent |
OnActivate, OnCapturedMouseMove, OnChange, OnClick, OnClientDraw, OnDblClick, OnDeActivate, OnDraw, OnFocused, OnHide, OnHitTest, OnKeyEvent, OnKeyType, OnLostFocus, OnMenuStateChanged, OnMessage, OnMousePressed, OnMouseRelease, OnPreDraw, OnRawXController, OnRender, OnRePositionCompleted, OnRightClick, OnShow, OnUpdateComponent, OnWatched, OnXControllerEvent |
Inherited Functions from GUI.GUIMultiComponent |
Activate, AddComponent, AppendComponent, BringBackward, BringForward, BringToBack, BringToFront, CreateControl, DeActivate, DisableComponent, EnableComponent, FindCenterPoint, FindComponent, FindComponentIndex, FindControlIndex, FindDist, Free, Hide, InitComponent, InitializeControls, InsertComponent, InternalBringBackward, InternalBringForward, LogControls, MapControls, OnConstruct, RemapComponents, RemoveComponent, RemoveControl, ReorderComponents, ReweightComponents, SaveLayout, SetRadioGroup, Show, SwapControlIndicies, TabControl, TestControls |
Inherited Functions from GUI.GUIComponent |
Activate, ActualHeight, ActualLeft, ActualTop, ActualWidth, ChangeStyle, Click, Construct, CyclePositions, DblClick, DeActivate, DisableComponent, EnableComponent, FillOwner, Focus, Free, Hide, InitComponent, InitDelegates, IsAtPosition, IsInBounds, IsInClientBounds, KillTimer, LoadLayoutFromHistory, LoseFocus, MenuStateChange, MousePressed, MouseReleased, OnChangeLayout, OnConstruct, OnResolutionChanged, PlayerOwner, Press, RedoLayout, RegisterNotifyResolutionChanged, RePosition, RePositionCompleted, RePositionTo, SaveLayout, SaveLayoutToHistory, SetActive, SetDirty, SetEnabled, SetFocusInstead, SetHint, SetLinkOverrides, SetLinks, SetRadioGroup, SetTimer, SetVisibility, Show, StopCycling, StripColorCodes, Timer, UndoLayout, Watched |
var int Index;
var string TextStr;
GUIComboBox
event Activate ( ) )
function AddItem (
string Item, Optional
object Extra, Optional
string Str, optional
int theInt, optional
bool theBool) )
function Clear ( ) )
native function CloseAllCombos ( )
function string find ( string Text, optional bool bExact, optional bool bDontSetIndex) )
function string Get ( ) )
function bool GetBool ( ) )
function string GetExtra ( ) )
function int GetIndex ( ) )
function int GetInt ( ) )
function string GetItem ( int index) )
function object GetItemObject (
int index) )
function object GetObject ( ) )
function string GetText ( ) )
private event InternalCloseList ( ) )
private function InternalOpenList ( ) )
function int ItemCount ( ) )
function ReadOnly ( bool b) )
function RemoveItem ( int item, optional int Count) )
function bool SetFromExtra ( string ExtraText) )
function SetHint ( string NewHint) )
function SetIndex ( int I) )
function SetText ( string NewText) )
event Show ( ) )
defaultproperties
{
RenderWeight=0.951
MaxVisibleItems=8
WinHeight=0.06
StyleName="STY_ComboListBox"
bReadOnly=True
} |
Creation time: st 23.5.2018 00:10:30.078 - Created with
UnCodeX