summaryrefslogtreecommitdiff
path: root/new/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/ui.h')
-rw-r--r--new/ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/new/ui.h b/new/ui.h
index d856a65..105eb66 100644
--- a/new/ui.h
+++ b/new/ui.h
@@ -107,4 +107,7 @@ uiControl *uiNewLabel(const char *);
char *uiLabelText(uiControl *);
void uiLabelSetText(uiControl *, const char *);
+uiControl *uiNewTab(void);
+void uiTabAddPage(uiControl *, const char *, uiControl *);
+
#endif