diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-14 23:06:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-14 23:06:51 -0400 |
| commit | a61b43f50c3968afcf5da0a91ec39d1ad669bbf8 (patch) | |
| tree | ed860c03c0f2488c078beddff440bb3f72626ed4 /sysdata_unix.go | |
| parent | a7f7ea1b8da51a19aaca7d5d989a28f0c9ecbf94 (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.go | 3 |
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 { |
