diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-23 18:30:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-23 18:30:08 -0400 |
| commit | dbeccfa922d4d11ec37e27c7ebe611957eaae7f5 (patch) | |
| tree | 8313e49e9bc40fc0c8a7212491002043eea14bf3 /sysdata_unix.go | |
| parent | b359f995f5b1079ad382cf073b0359b6dbfee79e (diff) | |
Added custom double-click/triple-click/higher-order click handling to GTK+ Areas.
Diffstat (limited to 'sysdata_unix.go')
| -rw-r--r-- | sysdata_unix.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
