From a61b43f50c3968afcf5da0a91ec39d1ad669bbf8 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 14 Mar 2014 23:06:51 -0400 Subject: Hacked around the cairo issue for now; hooked everything together and fixed a few things. Added the Area test to the test program. Now to just hook up the draw event. --- sysdata_unix.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index 3a4822e..7a14ae9 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -92,6 +92,9 @@ var classTypes = [nctypes]*classData{ c_progressbar: &classData{ make: gtk_progress_bar_new, }, + c_area: &classData{ + make: gtkAreaNew, + }, } func (s *sysData) make(initText string, window *sysData) error { -- cgit v1.2.3