summaryrefslogtreecommitdiff
path: root/text_input_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'text_input_dialog.h')
-rw-r--r--text_input_dialog.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/text_input_dialog.h b/text_input_dialog.h
new file mode 100644
index 0000000..6edf6ac
--- /dev/null
+++ b/text_input_dialog.h
@@ -0,0 +1,10 @@
+#ifndef _TEXT_INPUT_DIALOG_H_
+#define _TEXT_INPUT_DIALOG_H_
+
+#include <gtk/gtk.h>
+#include <glib.h>
+
+GtkDialog *text_input_dialog_new(GtkWidget*, const gchar*);
+gchar *text_input_dialog_get_text(GtkWidget*);
+
+#endif