From e00eebf5803bfdc1b41600e4ceb181d074ec63c5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 25 Jun 2014 11:39:06 -0400 Subject: Split Label into a non-aligned standalone label and an aligned regular label. Implemented on GTK+. Now to write the test. --- sysdata_unix.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index 086080c..c7a41f0 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -82,6 +82,7 @@ var classTypes = [nctypes]*classData{ }, c_label: &classData{ make: gtk_label_new, + makeAlt: gtk_label_new_standalone, setText: gtk_label_set_text, text: gtk_label_get_text, }, -- cgit v1.2.3