🏀 UI elements

Base classes bindings to work with UI interface elements.

🧩 C_UI_CORE

Core classes for work with UI elements.

🧩 C_XML

Base classes for work with xml parsing.

🧩 C_UI_INTERFACE

Base classes for creation of UI elements and windows.

🧱 CUIWindow

Base element for representation of nested components. Basically grid.

🧱 CUIStatic

Any static element in ui that represents simple label, animation or image. Example: main menu background.

screenshot

🧱 CUIButton

Base button core with logic, normally 'CUI3tButton' is preferred (?).

🧱 CUI3tButton

Generic button element used everywhere, from settings to different modal windows. Example: any action button.

screenshot

🧱 CUICheckButton

Generic checkbox button for settings true/false values. Example: settings options.

🧱 CUIComboBox

Generic combobox with list of items for selection. Example: settings selection.

screenshot

🧱 CUICustomEdit

Generic component with text or number input. Example: login inputs for multiplayer, cd key input.

screenshot

🧱 CUICustomSpin

todo;

screenshot

🧱 CUIDialogWnd

todo;

screenshot

🧱 CUIScriptWnd

todo;

screenshot

🧱 CUIEditBox

todo;

screenshot

🧱 CUIFrameLineWnd

todo;

screenshot

🧱 CUIFrameWindow

todo;

screenshot

🧱 CUILines

todo;

screenshot

🧱 CUIListBox

todo;

screenshot

🧱 CUIListBoxItem

todo;

screenshot

🧱 CUIListBoxItemMsgChain

todo;

screenshot

🧱 CUIMMShniaga

todo;

screenshot

🧱 CUIMapInfo

todo;

screenshot

🧱 CUIMapList

todo;

screenshot

🧱 CUIMessageBox

todo;

screenshot

🧱 CUIProgressBar

todo;

screenshot

🧱 CUIPropertiesBox

todo;

screenshot

🧱 CUIScrollView

todo;

screenshot 1 ### 🧱 CUISleepStatic

todo;

screenshot

🧱 CUISpinFlt

todo;

screenshot

🧱 CUISpinNum

todo;

screenshot

🧱 CUISpinText

todo;

screenshot

🧱 CUITabButton

todo;

screenshot

🧱 CUITabControl

todo;

screenshot

🧱 CUITrackBar

Generic slider used for settings adjustments. Useful to set configs in specific range.

screenshot

🧱 CUITextWnd

todo;

screenshot

🧱 CServerList

Default UI modal element for multiplayer list of servers display.

screenshot