summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index e9c507a..61e8e2e 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -98,7 +98,10 @@ var classTypes = [nctypes]*classData{
make: gtkAreaNew,
child: gtkAreaGetControl,
childsigs: callbackMap{
- "draw": area_draw_callback,
+ "draw": area_draw_callback,
+ "button-press-event": area_button_press_event_callback,
+ "button-release-event": area_button_release_event_callback,
+ "motion-notify-event": area_motion_notify_event_callback,
},
},
}