diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-25 11:39:06 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-25 11:39:06 -0400 |
| commit | e00eebf5803bfdc1b41600e4ceb181d074ec63c5 (patch) | |
| tree | b8772f518605e61828b30ef193d32fdb0f28beb9 /sysdata_unix.go | |
| parent | 3711953626dbc13ffb8631f9a3410a2e74423d14 (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.go | 1 |
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, }, |
