From f31a09b416d7cdb26219e334e1770ba7db6d2e6a Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Thu, 8 Jan 2009 20:27:28 +0530 Subject: Adding chathans by Rajeesh Nambiar- a front end for payyans --- chathans/src/callbacks.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 chathans/src/callbacks.h (limited to 'chathans/src/callbacks.h') 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 + + +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); -- cgit