diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 20:04:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 20:04:18 -0400 |
| commit | a7281f903407b1289d7aa3078f2e9bfb22f7724b (patch) | |
| tree | aabeb6318165299261e8eb2b434debdc29c8471c /new/ui.h | |
| parent | 10ea719dc8b9fa5fedc4c94c77775de3e64aed75 (diff) | |
Added uiStackPadded().
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ void uiButtonOnClicked(uiControl *, void (*)(uiControl *, void *), void *); uiControl *uiNewHorizontalStack(void); uiControl *uiNewVerticalStack(void); void uiStackAdd(uiControl *, uiControl *, int); -// TODO get padded +int uiStackPadded(uiControl *); void uiStackSetPadded(uiControl *, int); uiControl *uiNewEntry(void); |
