*** empty log message ***
[anjuta-git-plugin.git] / src / anjuta-callbacks.h
blob3b7f40eb1f0a34be14cbac24fc966b50689f9f2f
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
2 /*
3 * anjuta-callbacks.h
4 * Copyright (C) 2000 Naba Kumar <naba@gnome.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the Free
8 * Software Foundation; either version 2 of the License, or (at your option)
9 * any later version.
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc., 59
18 * Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #ifndef _ANJUTA_CALLBACKS_H_
22 #define _ANJUTA_CALLBACKS_H_
24 /* Private callbacks */
25 #if 0
26 void on_anjuta_exit_yes_clicked (GtkButton * b, gpointer data);
28 void on_anjuta_notebook_switch_page (GtkNotebook * notebook,
29 GtkNotebookPage * page,
30 gint page_num, gpointer user_data);
32 void on_anjuta_dnd_drop (gchar* filename, gpointer data);
34 // void anjuta_refresh_breakpoints (TextEditor* te);
36 gboolean on_anjuta_window_focus_in_event (GtkWidget * w, GdkEventFocus * e,
37 gpointer d);
39 gint on_anjuta_window_key_press_event (GtkWidget *widget,
40 GdkEventKey *event,
41 gpointer user_data);
43 gint on_anjuta_window_key_release_event (GtkWidget *widget,
44 GdkEventKey *event,
45 gpointer user_data);
47 gdouble on_anjuta_progress_cb (gpointer data);
49 void on_anjuta_progress_cancel (gpointer data);
50 #endif
51 #endif