diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-12 00:30:44 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-12 00:30:44 -0400 |
| commit | 5f3eb6fbfa55bf229023da5606878781b75b504e (patch) | |
| tree | f54be159d8b9da602f4366656608e1bdc2a3f8a9 /new/ui.h | |
| parent | bf74614ffcd8b032369cecd60b6121c0b004c804 (diff) | |
Laid the foundation for tabs.
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
