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.

This commit is contained in:
Pietro Gagliardi 2014-06-03 18:32:58 -04:00
parent 9a86659c37
commit 74a8a6f9da
1 changed files with 0 additions and 1 deletions

View File

@ -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;