libui
A portable GUI library for C
|
Controls that cannot only be interacted with, and not modified. More...
Classes | |
struct | uiLabel |
A control that displays non interactive text. More... | |
struct | uiProgressBar |
A control that visualizes the progress of a task via the fill level of a horizontal bar. More... | |
struct | uiSeparator |
A control to visually separate controls, horizontally or vertically. More... | |
struct | uiMenuItem |
A menu item used in conjunction with uiMenu. More... | |
struct | uiMenu |
An application level menu bar. More... | |
struct | uiImage |
A container for an image to be displayed on screen. More... | |
Controls that cannot only be interacted with, and not modified.