From dbeccfa922d4d11ec37e27c7ebe611957eaae7f5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 23 May 2014 18:30:08 -0400 Subject: Added custom double-click/triple-click/higher-order click handling to GTK+ Areas. --- sysdata_unix.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index 1234e7c..c6a2c19 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -17,6 +17,7 @@ type sysData struct { widget *C.GtkWidget container *C.GtkWidget // for moving pulse chan bool // for sysData.progressPulse() + clickCounter clickCounter // for Areas } type classData struct { -- cgit v1.2.3