diff options
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,5 +48,6 @@ void uiEntrySetText(uiControl *, const char *); uiControl *uiNewCheckbox(const char *); char *uiCheckboxText(void); void uiCheckboxSetText(uiControl *, const char *); +void uiCheckboxOnToggled(uiControl *, void (*)(uiControl *, void *), void *); #endif |
