summaryrefslogtreecommitdiffstats
path: root/chathans/src/callbacks.h
blob: 01613847b6b80b2c195f1a488e46b51288b09648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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);