From ba2ff537296e5acb1a015084d50755d1390b658b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 27 Apr 2014 19:15:32 -0400 Subject: Removed TODO from gtkcalls_unix.go about gtk_widget_show_all() working on all widgets, not just containers; the documentation explicitly says this. --- gtkcalls_unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'gtkcalls_unix.go') diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go index f622739..614bbd9 100644 --- a/gtkcalls_unix.go +++ b/gtkcalls_unix.go @@ -38,7 +38,6 @@ func gtk_window_new() *C.GtkWidget { return C.gtk_window_new(C.GTK_WINDOW_TOPLEVEL) } -// TODO ensure this works if called on an individual control func gtk_widget_show(widget *C.GtkWidget) { C.gtk_widget_show_all(widget) } -- cgit v1.2.3