From 098beef9969ae625714de4a23c5899a70a6557ca Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 26 Jun 2014 21:36:46 -0400 Subject: Added Checkbox.SetChecked() and implemented it on GTK+. --- sysdata.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata.go') diff --git a/sysdata.go b/sysdata.go index 10f2546..4a95591 100644 --- a/sysdata.go +++ b/sysdata.go @@ -41,6 +41,7 @@ var _xSysData interface { setAreaSize(int, int) repaintAll() center() + setChecked(bool) } = &sysData{} // this line will error if there's an inconsistency // signal sends the event signal. This raise is done asynchronously to avoid deadlocking the UI task. -- cgit v1.2.3