summaryrefslogtreecommitdiff
path: root/new/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/ui.h')
-rw-r--r--new/ui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/new/ui.h b/new/ui.h
index fb803c4..d856a65 100644
--- a/new/ui.h
+++ b/new/ui.h
@@ -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