diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 12:26:59 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 12:26:59 -0400 |
| commit | d52a0b9a7d30875740feb0d318c3a5e5d80ab05e (patch) | |
| tree | 431ee32a287aae541fab09ddcb20d020cc872b2b /new/ui.h | |
| parent | 2917d568d2b64610f0bd116320e11c05b74f47a9 (diff) | |
Added uiCheckboxOnToggled().
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 |
