From f4afa2a9511dd6ab75c040f9e50f11a1918ccf25 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 23 May 2014 23:38:14 -0400 Subject: Attempted to add focus change support to the new GTK+ high-order click code like we do on Windows; it isn't working quite yet but I'll mark it as a TODO for now. --- sysdata_unix.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index c6a2c19..2ba5059 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -104,6 +104,8 @@ var classTypes = [nctypes]*classData{ "button-press-event": area_button_press_event_callback, "button-release-event": area_button_release_event_callback, "motion-notify-event": area_motion_notify_event_callback, + "focus-in-event": area_focus_event_callback, + "focus-out-event": area_focus_event_callback, "key-press-event": area_key_press_event_callback, "key-release-event": area_key_release_event_callback, }, -- cgit v1.2.3