diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 18:53:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 18:53:09 -0400 |
| commit | 03d94db0fd80f1d293dbf727b6e9a2466546c2c3 (patch) | |
| tree | 9f8bf10b9c45ee4cba6c511843494a4d7a713602 /new/ui.h | |
| parent | d9de0c186c34479fdeca7b30535058124e337887 (diff) | |
Added uiStack. Not yet tested; need to do a few things first.
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,4 +32,8 @@ uiControl *uiNewButton(const char *); // TODO text void uiButtonOnClicked(uiControl *, void (*)(uiControl *, void *), void *); +uiControl *uiNewHorizontalStack(void); +uiControl *uiNewVerticalStack(void); +void uiStackAdd(uiControl *, uiControl *, int); + #endif |
