diff options
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -103,4 +103,8 @@ void uiCheckboxOnToggled(uiControl *, void (*)(uiControl *, void *), void *); int uiCheckboxChecked(uiControl *); void uiCheckboxSetChecked(uiControl *, int); +uiControl *uiNewLabel(const char *); +char *uiLabelText(uiControl *); +void uiLabelSetText(uiControl *, const char *); + #endif |
