diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 15:59:40 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 15:59:40 -0400 |
| commit | 3f05be544ce9e57e8b00dfe99a64f223c6c2539b (patch) | |
| tree | d4fb2bfd61fb790525b0cfc631595bac068d9a89 /new/ui.h | |
| parent | 8d64f695e0c34d6801bc9422f7a56ddca7df5b81 (diff) | |
Implemented padding in uiStack.
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ void uiButtonOnClicked(uiControl *, void (*)(uiControl *, void *), void *); uiControl *uiNewHorizontalStack(void); uiControl *uiNewVerticalStack(void); void uiStackAdd(uiControl *, uiControl *, int); +// TODO get padded +void uiStackSetPadded(uiControl *, int); uiControl *uiNewEntry(void); char *uiEntryText(uiControl *); |
