diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 12:32:59 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 12:32:59 -0400 |
| commit | 07f3b4698e74b8b0fbffcaa3afc300ff6238861b (patch) | |
| tree | 8d0a8ccd267e68dcd617e265ed62f17bc868a8ed /new/ui.h | |
| parent | d52a0b9a7d30875740feb0d318c3a5e5d80ab05e (diff) | |
Implemented uiCheckbox on Windows. Fixed build issues in the test program.
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ char *uiEntryText(uiControl *); void uiEntrySetText(uiControl *, const char *); uiControl *uiNewCheckbox(const char *); -char *uiCheckboxText(void); +char *uiCheckboxText(uiControl *); void uiCheckboxSetText(uiControl *, const char *); void uiCheckboxOnToggled(uiControl *, void (*)(uiControl *, void *), void *); |
