summaryrefslogtreecommitdiffstats
path: root/chathans/src/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'chathans/src/callbacks.h')
-rw-r--r--chathans/src/callbacks.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/chathans/src/callbacks.h b/chathans/src/callbacks.h
new file mode 100644
index 0000000..0161384
--- /dev/null
+++ b/chathans/src/callbacks.h
@@ -0,0 +1,23 @@
+/*Copyright (c) 2008, Rajeesh K Nambiar *
+ * *
+ * Chathans is a free software; you can redistribute it and/or modify it under the terms*
+ * of GNU General Public License as published by the Free Software Foundation, either *
+ * version 3 of the License, or (at your option) any later version. *
+ * *
+ * Chathans is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;*
+ * without even implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.*
+ * See the GNU General Public License for more details. *
+ */
+
+#include <gtk/gtk.h>
+
+
+void start_new_project (GtkMenuItem *menuitem, gpointer user_data);
+
+void display_help_topics (GtkMenuItem *menuitem, gpointer user_data);
+
+void display_about (GtkMenuItem *menuitem, gpointer user_data);
+
+void convert_asccii_to_unicode (GtkButton *button, gpointer user_data);
+
+void initialize_widgets(GtkWidget *widget);