diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-13 13:43:29 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-13 13:43:29 -0400 |
| commit | 0304df4d4e607cc53a8302e2da0a51131cd6bcbd (patch) | |
| tree | cd3ce360e3b0e3df47dfc7cb1c3f283821dbb5c5 /new/ui.h | |
| parent | 963feb6c0668b3c64242607fe71f458420a91f32 (diff) | |
Added uiStackRemove(), the first removal function in package ui! That took long enough... Now I can piece together all the control and parent logic...
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ void uiButtonOnClicked(uiControl *, void (*)(uiControl *, void *), void *); uiControl *uiNewHorizontalStack(void); uiControl *uiNewVerticalStack(void); void uiStackAdd(uiControl *, uiControl *, int); +void uiStackRemove(uiControl *, uintmax_t); int uiStackPadded(uiControl *); void uiStackSetPadded(uiControl *, int); |
