summaryrefslogtreecommitdiff
path: root/dialog_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-12 12:34:09 -0400
committerPietro Gagliardi <[email protected]>2014-03-12 12:34:09 -0400
commit621ab929e1d4da35dce8486bddb66d39c25556ee (patch)
tree45b02d98a2f4a5397cc317600e06dabec32fc26a /dialog_unix.go
parent451837c106b6e09336f7816deb708e6f1d5593c2 (diff)
Removed a stray TODO resolved by the previous few commits.
Diffstat (limited to 'dialog_unix.go')
-rw-r--r--dialog_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/dialog_unix.go b/dialog_unix.go
index 2756f0d..0ce9fe8 100644
--- a/dialog_unix.go
+++ b/dialog_unix.go
@@ -12,7 +12,6 @@ import (
// #include <gtk/gtk.h>
// /* because cgo seems to choke on ... */
// /* TODO does NULL parent make the box application-global? docs are unclear */
-// /* TODO does secondary text appear in the titlebar or above the message? if the latter, will gtk_window_set_title() work? */
// GtkWidget *gtkNewMsgBox(GtkMessageType type, GtkButtonsType buttons, char *title, char *text) { GtkWidget *k = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL, type, buttons, "%s", (gchar *) title); gtk_message_dialog_format_secondary_text((GtkMessageDialog *) k, "%s", (gchar *) text); return k; }
import "C"