From 5f3eb6fbfa55bf229023da5606878781b75b504e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 12 Apr 2015 00:30:44 -0400 Subject: Laid the foundation for tabs. --- new/ui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'new/ui.h') 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 -- cgit v1.2.3