summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-25 11:39:06 -0400
committerPietro Gagliardi <[email protected]>2014-06-25 11:39:06 -0400
commite00eebf5803bfdc1b41600e4ceb181d074ec63c5 (patch)
treeb8772f518605e61828b30ef193d32fdb0f28beb9 /sysdata_unix.go
parent3711953626dbc13ffb8631f9a3410a2e74423d14 (diff)
Split Label into a non-aligned standalone label and an aligned regular label. Implemented on GTK+. Now to write the test.
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go1
1 files changed, 1 insertions, 0 deletions
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,
},