| AddItem(string item, bool last=false, Managed data=null) | SCR_ComboBoxIconComponent | |
| AddItemAndIcon(string item, ResourceName icon, float rotation=0, Managed data=null) | SCR_ComboBoxIconComponent | |
| AllowFocus(bool allowFocus) | SCR_ComboBoxIconComponent | |
| CheckElementsInitialized() | SCR_ComboBoxComponent | protected |
| ClearAll() | SCR_ComboBoxIconComponent | |
| ClearLabel() | SCR_ChangeableComponentBase | protected |
| CloseList() | SCR_ComboBoxComponent | |
| CreateEntries() | SCR_ComboBoxComponent | |
| Event_OnCreateElement | SCR_ComboBoxIconComponent | protected |
| GetClickedSound() | SCR_WLibComponentBase | |
| GetComboBoxComponent(string name, Widget parent, bool searchAllChildren=true) | SCR_ComboBoxComponent | static |
| GetComponent(TypeName componentType, string name, Widget parent, bool searchAllChildren=true) | SCR_ScriptedWidgetComponent | static |
| GetCurrentIndex() | SCR_SelectionWidgetComponent | |
| GetCurrentItem() | SCR_SelectionWidgetComponent | |
| GetCurrentItemData() | SCR_SelectionWidgetComponent | |
| GetData() | SCR_WLibComponentBase | |
| GetElementWidgets(notnull array< Widget > elementWidgets) | SCR_ComboBoxComponent | |
| GetHoverSound() | SCR_WLibComponentBase | |
| GetIconWidget() | SCR_ComboBoxIconComponent | |
| GetItemData(int item) | SCR_SelectionWidgetComponent | |
| GetItemName(int item) | SCR_SelectionWidgetComponent | |
| GetLabel() | SCR_ChangeableComponentBase | |
| GetLabelWidget() | SCR_ChangeableComponentBase | |
| GetNumItems() | SCR_SelectionWidgetComponent | |
| GetOnCreateElement() | SCR_ComboBoxIconComponent | |
| GetRootWidget() | SCR_ScriptedWidgetComponent | |
| GetSelectionComponent(string name, Widget parent, bool searchAllChildren=true) | SCR_SelectionWidgetComponent | static |
| HandlerAttached(Widget w) | SCR_ComboBoxIconComponent | |
| HandlerDeattached(Widget w) | SCR_ComboBoxComponent | |
| INITIALIZATION_CHECK_FREQUENCY | SCR_ComboBoxComponent | protectedstatic |
| IsChildWidget(Widget parent, Widget child) | SCR_WLibComponentBase | protected |
| IsEnabled() | SCR_WLibComponentBase | |
| IsOpened() | SCR_ComboBoxComponent | |
| IsUsingLabel() | SCR_ChangeableComponentBase | |
| IsVisible() | SCR_ScriptedWidgetComponent | |
| m_aElementData | SCR_SelectionWidgetComponent | protected |
| m_aElementIconRotations | SCR_ComboBoxIconComponent | protected |
| m_aElementIcons | SCR_ComboBoxIconComponent | protected |
| m_aElementNames | SCR_SelectionWidgetComponent | |
| m_aElementWidgets | SCR_ComboBoxComponent | protected |
| m_ArrowDefault | SCR_ComboBoxComponent | protected |
| m_ArrowFocused | SCR_ComboBoxComponent | protected |
| m_ArrowInteracting | SCR_ComboBoxComponent | protected |
| m_BackgroundDefault | SCR_ComboBoxComponent | protected |
| m_BackgroundInteracting | SCR_ComboBoxComponent | protected |
| m_bCreateListBelow | SCR_ComboBoxComponent | |
| m_bForceListWidth | SCR_ComboBoxComponent | protected |
| m_bForceSize | SCR_ChangeableComponentBase | protected |
| m_bMouseOverToFocus | SCR_WLibComponentBase | protected |
| m_bOpened | SCR_ComboBoxComponent | protected |
| m_bRotateArrow | SCR_ComboBoxComponent | protected |
| m_bUseLabel | SCR_ChangeableComponentBase | protected |
| m_cIconDisabledColor | SCR_ComboBoxIconComponent | protected |
| m_fAnimationRate | SCR_WLibComponentBase | protected |
| m_fAnimationTime | SCR_WLibComponentBase | protected |
| m_fArrowDefaultAngle | SCR_ComboBoxComponent | protected |
| m_fDisabledOpacity | SCR_WLibComponentBase | protected |
| m_fExtraPaddingLeft | SCR_ComboBoxComponent | |
| m_fExtraPaddingRight | SCR_ComboBoxComponent | |
| m_fItemsGap | SCR_ComboBoxComponent | |
| m_fListForcedWidth | SCR_ComboBoxComponent | protected |
| m_fListXOffset | SCR_ComboBoxComponent | protected |
| m_fMaxListHeight | SCR_ComboBoxComponent | |
| m_fSizeWithLabel | SCR_ChangeableComponentBase | protected |
| m_fSizeWithoutLabel | SCR_ChangeableComponentBase | protected |
| m_IconWidget | SCR_ComboBoxIconComponent | protected |
| m_InputManager | SCR_ComboBoxComponent | protected |
| m_iSelectedItem | SCR_SelectionWidgetComponent | |
| m_ModalHandler | SCR_ComboBoxComponent | protected |
| m_OnChanged | SCR_ChangeableComponentBase | |
| m_OnClick | SCR_ScriptedWidgetComponent | |
| m_OnClosed | SCR_ComboBoxComponent | |
| m_OnOpened | SCR_ComboBoxComponent | |
| m_sButton | SCR_ComboBoxComponent | protected |
| m_sElementLayout | SCR_ComboBoxComponent | |
| m_sIconWidgetName | SCR_ComboBoxIconComponent | protected |
| m_sLabel | SCR_ChangeableComponentBase | protected |
| m_sLabelLayout | SCR_ChangeableComponentBase | protected |
| m_sListRootLayout | SCR_ComboBoxComponent | |
| m_sSizeLayout | SCR_ChangeableComponentBase | protected |
| m_sSoundClicked | SCR_WLibComponentBase | protected |
| m_sSoundClosed | SCR_ComboBoxComponent | protected |
| m_sSoundContainerClosed | SCR_WLibComponentBase | protected |
| m_sSoundHovered | SCR_WLibComponentBase | protected |
| m_UserData | SCR_WLibComponentBase | protected |
| m_wArrowImage | SCR_ComboBoxComponent | protected |
| m_wBackground | SCR_ChangeableComponentBase | protected |
| m_wBorder | SCR_ChangeableComponentBase | protected |
| m_wButton | SCR_ComboBoxComponent | protected |
| m_wContent | SCR_ComboBoxComponent | protected |
| m_wContentRoot | SCR_ComboBoxComponent | protected |
| m_wElementsRoot | SCR_ComboBoxComponent | protected |
| m_wLabelRoot | SCR_ChangeableComponentBase | protected |
| m_Workspace | SCR_ComboBoxComponent | protected |
| m_wRoot | SCR_ScriptedWidgetComponent | protected |
| m_wScrollLayout | SCR_ComboBoxComponent | protected |
| m_wText | SCR_ComboBoxComponent | protected |
| m_wTextBackground | SCR_ComboBoxComponent | protected |
| OnClick(Widget w, int x, int y, int button) | SCR_WLibComponentBase | |
| OnCreateElement(Widget elementWidget, int index) | SCR_ComboBoxIconComponent | protected |
| OnDisabled(bool animate) | SCR_ComboBoxComponent | protected |
| OnEnabled(bool animate) | SCR_ComboBoxComponent | protected |
| OnFocus(Widget w, int x, int y) | SCR_ComboBoxComponent | |
| OnFocusLost(Widget w, int x, int y) | SCR_ComboBoxComponent | |
| OnHandlerClicked() | SCR_ComboBoxComponent | protected |
| OnHandlerFocus() | SCR_ComboBoxComponent | protected |
| OnHandlerFocusLost() | SCR_ComboBoxComponent | protected |
| OnHandlerHovered() | SCR_ComboBoxComponent | protected |
| OnHandlerUnhovered() | SCR_ComboBoxComponent | protected |
| OnMenuBack() | SCR_ComboBoxComponent | protected |
| OnMenuFocusLost(ChimeraMenuBase menu) | SCR_ComboBoxComponent | protected |
| OnMouseEnter(Widget w, int x, int y) | SCR_ChangeableComponentBase | |
| OnMouseLeave(Widget w, Widget enterW, int x, int y) | SCR_ChangeableComponentBase | |
| OpenList() | SCR_ComboBoxComponent | |
| PlaySound(string sound) | SCR_WLibComponentBase | protected |
| posX | SCR_ComboBoxComponent | protected |
| posY | SCR_ComboBoxComponent | protected |
| RemoveItem(int item, bool last=false) | SCR_ComboBoxIconComponent | |
| SetAnimationRate() | SCR_WLibComponentBase | protected |
| SetClickedSound(string soundClicked) | SCR_WLibComponentBase | |
| SetCurrentItem(int i, bool playSound=false, bool animate=false) | SCR_ComboBoxComponent | |
| SetData(Managed data) | SCR_WLibComponentBase | |
| SetDisabledOpacity(float newDisabledOpacity) | SCR_WLibComponentBase | |
| SetElementEnabled(int index, bool enable) | SCR_ComboBoxIconComponent | |
| SetElementWidgetEnabled(int index, bool enable, bool animate=true) | SCR_ComboBoxComponent | |
| SetEnabled(bool enabled, bool animate=true) | SCR_WLibComponentBase | |
| SetHoverSound(string soundHover) | SCR_WLibComponentBase | |
| SetLabel(string label) | SCR_ChangeableComponentBase | |
| SetMouseOverToFocus(bool mouseOverToFocus) | SCR_WLibComponentBase | |
| SetSizeWithLabel(float size) | SCR_ChangeableComponentBase | |
| SetSizeWithoutLabel(float size) | SCR_ChangeableComponentBase | |
| SetTexture(ImageWidget widget, ResourceName texture, string image="") | SCR_WLibComponentBase | static |
| SetupLabel() | SCR_ChangeableComponentBase | protected |
| SetVisible(bool visible, bool animate=true) | SCR_WLibComponentBase | |
| START_ANIMATION_PERIOD | SCR_WLibComponentBase | static |
| START_ANIMATION_RATE | SCR_WLibComponentBase | static |
| UpdateName() | SCR_ComboBoxIconComponent | protected |
| UseLabel(bool use) | SCR_ChangeableComponentBase | |