diff options
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 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) } |
