From 4bff733352f608744e86328deb443d68ce666f7d Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 30 Dec 2009 04:30:25 +0100 Subject: Basic adding and assigning of tags implemented. Committing this before it gets out of hand. Only adding new tags is working atm. Created a text input dialog. Added a tag dialog. Other minor changes. --- text_input_dialog.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 text_input_dialog.h (limited to 'text_input_dialog.h') 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 +#include + +GtkDialog *text_input_dialog_new(GtkWidget*, const gchar*); +gchar *text_input_dialog_get_text(GtkWidget*); + +#endif -- cgit v1.2.3