diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 13:42:42 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 13:42:42 -0400 |
| commit | 9c2fe78f78eb161db5a21a6dac0c01dcecbf3244 (patch) | |
| tree | 3572f938006f47f4611f301ac3624f14dc056f4f /new/ui.h | |
| parent | feefa627dc70dd5062eaca0e250952994ba296ec (diff) | |
Added uiWindowSetMargined().
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ void uiWindowShow(uiWindow *); void uiWindowHide(uiWindow *); void uiWindowOnClosing(uiWindow *, int (*)(uiWindow *, void *), void *); void uiWindowSetChild(uiWindow *, uiControl *); +// TODO uiWindowMargined() +void uiWindowSetMargined(uiWindow *, int); uiControl *uiNewButton(const char *); char *uiButtonText(uiControl *); |
