summaryrefslogtreecommitdiff
path: root/new/ui.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-09 12:26:59 -0400
committerPietro Gagliardi <[email protected]>2015-04-09 12:26:59 -0400
commitd52a0b9a7d30875740feb0d318c3a5e5d80ab05e (patch)
tree431ee32a287aae541fab09ddcb20d020cc872b2b /new/ui.h
parent2917d568d2b64610f0bd116320e11c05b74f47a9 (diff)
Added uiCheckboxOnToggled().
Diffstat (limited to 'new/ui.h')
-rw-r--r--new/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/new/ui.h b/new/ui.h
index 632a7ba..d87819c 100644
--- a/new/ui.h
+++ b/new/ui.h
@@ -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