diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 13:01:23 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 13:01:23 -0400 |
| commit | 6d93fce5b5eb26b78d003fc79cd0592f697d75e3 (patch) | |
| tree | caa9e4cce02f2187f5c09fd3af39ada77ace5cf2 /new/ui.h | |
| parent | ca607f8fb7c11769c10b8ce787784c91686b629b (diff) | |
Implemented uiCheckbox(Set)Checked() on Mac OS X.
Diffstat (limited to 'new/ui.h')
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,6 +51,6 @@ void uiCheckboxSetText(uiControl *, const char *); void uiCheckboxOnToggled(uiControl *, void (*)(uiControl *, void *), void *); int uiCheckboxChecked(uiControl *); // TODO should this trigger an event? -void uiChekboxSetChecked(uiControl *, int); +void uiCheckboxSetChecked(uiControl *, int); #endif |
