diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-03 18:32:58 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-03 18:32:58 -0400 |
| commit | 74a8a6f9da4bcc88a3aa499edbe2de8b269abc0b (patch) | |
| tree | 9edc80d9e26c506e5ac2c4c6e7d6fb89dcc09cad | |
| parent | 9a86659c37b1e66e1f83b4dc48b2ba610e671b3d (diff) | |
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.
| -rw-r--r-- | dialog_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
