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:
parent
9a86659c37
commit
74a8a6f9da
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue