summaryrefslogtreecommitdiff
path: root/new/test.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-09 13:01:23 -0400
committerPietro Gagliardi <[email protected]>2015-04-09 13:01:23 -0400
commit6d93fce5b5eb26b78d003fc79cd0592f697d75e3 (patch)
treecaa9e4cce02f2187f5c09fd3af39ada77ace5cf2 /new/test.c
parentca607f8fb7c11769c10b8ce787784c91686b629b (diff)
Implemented uiCheckbox(Set)Checked() on Mac OS X.
Diffstat (limited to 'new/test.c')
-rw-r--r--new/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/test.c b/new/test.c
index a09e459..e4579b7 100644
--- a/new/test.c
+++ b/new/test.c
@@ -71,7 +71,7 @@ uiControl *spaced;
static void setSpaced(uiControl *c, void *data)
{
// TODO
- printf("toggled %d\n", uiCheckboxCheked(spaced));
+ printf("toggled %d\n", uiCheckboxChecked(spaced));
}
// these will also be used to test if setting checks will trigger events