From c40b7b5599236a8e85f7bf610bfaebd4a609da0a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 16 Feb 2014 16:23:49 -0500 Subject: Added basic signal connection. I'm going to need to build a different callback system, though... --- gtkcalls_unix.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtkcalls_unix.go') diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go index d09fd61..f56e6fc 100644 --- a/gtkcalls_unix.go +++ b/gtkcalls_unix.go @@ -21,6 +21,10 @@ import "C" type ( gtkWidget C.GtkWidget + + // these are needed for signals + gdkEvent C.GdkEvent + gpointer C.gpointer ) func fromgbool(b C.gboolean) bool { -- cgit v1.2.3