libui-ng
A portable GUI library for C
|
CuiAreaDrawParams | |
CuiAreaHandler | |
CuiAreaKeyEvent | |
CuiAreaMouseEvent | |
▼CuiControl | Base class for GUI controls providing common methods |
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 |
CuiDateTimePicker | A control to enter a date and/or time |
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 |
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 |
CuiLabel | A control that displays non interactive text |
CuiMultilineEntry | A control with a multi line text entry field |
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 |
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 |
CuiWindow | A control that represents a top-level window |
CuiDrawBrush | |
CuiDrawBrushGradientStop | |
CuiDrawMatrix | |
CuiDrawStrokeParams | |
CuiDrawTextLayoutParams | |
CuiFontDescriptor | |
CuiImage | A container for an image to be displayed on screen |
CuiInitOptions | |
CuiMenu | An application level menu bar |
CuiMenuItem | A menu item used in conjunction with uiMenu |
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 |