summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-14 23:06:51 -0400
committerPietro Gagliardi <[email protected]>2014-03-14 23:06:51 -0400
commita61b43f50c3968afcf5da0a91ec39d1ad669bbf8 (patch)
treeed860c03c0f2488c078beddff440bb3f72626ed4 /sysdata_unix.go
parenta7f7ea1b8da51a19aaca7d5d989a28f0c9ecbf94 (diff)
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.
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go3
1 files changed, 3 insertions, 0 deletions
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 {