From 20821c26eb32b4f5772cf3e2ba13d36d424731c3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 26 Jun 2014 21:54:14 -0400 Subject: Implemented Checkbox.SetChecked() on Mac OS X and updated the README. --- objc_darwin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'objc_darwin.h') 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); -- cgit v1.2.3