From 74a8a6f9da4bcc88a3aa499edbe2de8b269abc0b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 3 Jun 2014 18:32:58 -0400 Subject: Removed TODO about application-modal dialog boxes in GTK+; they were already application modal! The real issue is window transience... and that's where platforms differ greatly. --- dialog_unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'dialog_unix.go') diff --git a/dialog_unix.go b/dialog_unix.go index 03ffe3d..b967c7d 100644 --- a/dialog_unix.go +++ b/dialog_unix.go @@ -10,7 +10,6 @@ import ( // #include "gtk_unix.h" // /* because cgo seems to choke on ... */ -// /* TODO does NULL parent make the box application-global? docs are unclear */ // GtkWidget *gtkNewMsgBox(GtkMessageType type, GtkButtonsType buttons, char *title, char *text) // { // GtkWidget *k; -- cgit v1.2.3