diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-02 15:24:01 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-02 15:24:01 -0400 |
| commit | 15c10b63de33c3f79053f96c5c32bca2cea43c7b (patch) | |
| tree | 2ade12e1f51a4b8a27aea2f03927c51c67116811 /gtkcalls_unix.go | |
| parent | 9903fd624c3be9982b9572a181894a5c922fafaa (diff) | |
Removed leftover TODO about left-justifying labels in GTK+.
Diffstat (limited to 'gtkcalls_unix.go')
| -rw-r--r-- | gtkcalls_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go index 174e943..5b5b90b 100644 --- a/gtkcalls_unix.go +++ b/gtkcalls_unix.go @@ -224,7 +224,6 @@ func gtk_label_new() *C.GtkWidget { // thanks to mclasen in irc.gimp.net/#gtk+ C.gtk_misc_set_alignment((*C.GtkMisc)(unsafe.Pointer(label)), 0, 0) return label - // TODO left-justify? } func gtk_label_set_text(widget *C.GtkWidget, text string) { |
