diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-26 21:54:14 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-26 21:54:14 -0400 |
| commit | 20821c26eb32b4f5772cf3e2ba13d36d424731c3 (patch) | |
| tree | be0e5f8df602f064a9a0633b10dec9fe437ec075 /objc_darwin.h | |
| parent | ebbd76716f3e35bdb86a6ca9b327bc014d7f6e3b (diff) | |
Implemented Checkbox.SetChecked() on Mac OS X and updated the README.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 87acea2..22bafb1 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -123,6 +123,7 @@ extern void windowSetContentSize(id, intptr_t, intptr_t); extern void setProgress(id, intptr_t); extern void setAreaSize(id, intptr_t, intptr_t); extern void center(id); +extern void setCheckboxChecked(id, BOOL); /* combobox_darwin.m */ extern id makeCombobox(BOOL); |
