|
libui
A portable GUI library for C
|
| CuiAreaDrawParams | |
| CuiAreaHandler | |
| CuiAreaKeyEvent | |
| CuiAreaMouseEvent | |
| CuiBox | A boxlike container that holds a group of controls |
| CuiButton | A control that visually represents a button to be clicked by the user to trigger an action |
| CuiCheckbox | A control with a user checkable box accompanied by a text label |
| CuiColorButton | A control with a color indicator that opens a color chooser when clicked |
| CuiCombobox | A control to select one item from a predefined list of items via a drop down menu |
| CuiControl | Base class for GUI controls providing common methods |
| CuiDateTimePicker | A control to enter a date and/or time |
| CuiDrawBrush | |
| CuiDrawBrushGradientStop | |
| CuiDrawMatrix | |
| CuiDrawStrokeParams | |
| CuiDrawTextLayoutParams | |
| CuiEditableCombobox | A control to select one item from a predefined list of items or enter ones own |
| CuiEntry | A control with a single line text entry field |
| CuiFontButton | A button-like control that opens a font chooser when clicked |
| CuiFontDescriptor | |
| CuiForm | A container control to organize contained controls as labeled fields |
| CuiGrid | A control container to arrange containing controls in a grid |
| CuiGroup | A control container that adds a label to the contained child control |
| CuiImage | A container for an image to be displayed on screen |
| CuiInitOptions | |
| CuiLabel | A control that displays non interactive text |
| CuiMenu | An application level menu bar |
| CuiMenuItem | A menu item used in conjunction with uiMenu |
| CuiMultilineEntry | A control with a multi line text entry field |
| CuiOpenGLAreaHandler | |
| CuiProgressBar | A control that visualizes the progress of a task via the fill level of a horizontal bar |
| CuiRadioButtons | A multiple choice control of check buttons from which only one can be selected at a time |
| CuiRect | |
| CuiSeparator | A control to visually separate controls, horizontally or vertically |
| CuiSlider | A control to display and modify integer values via a user draggable slider |
| CuiSpinbox | A control to display and modify integer values via a text field or +/- buttons |
| CuiTab | A multi page control interface that displays one page at a time |
| CuiTable | A control to display data in a tabular fashion |
| CuiTableModel | Table model delegate to retrieve data and inform about model changes |
| CuiTableModelHandler | Developer defined methods for data retrieval and setting |
| CuiTableParams | Table parameters passed to uiNewTable() |
| CuiTableSelection | Holds an array of selected row indices for a table |
| CuiTableTextColumnOptionalParams | Optional parameters to control the appearance of text columns |
| CuiTableValue | Container to store values used in container related methods |
| CuiWindow | A control that represents a top-level window |