1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
4 * Copyright (C) 2003 Naba Kumar <naba@gnome.org>
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)
11 * This program is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 * You should have received a copy of the GNU General Public License along with
17 * this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 #ifndef _MAINMENU_CALLBACKS_H_
21 #define _MAINMENU_CALLBACKS_H_
25 void on_exit1_activate (GtkAction
* action
, AnjutaApp
*app
);
26 void on_fullscreen_toggle (GtkAction
*action
, AnjutaApp
*app
);
27 void on_layout_lock_toggle (GtkAction
*action
, AnjutaApp
*app
);
28 void on_reset_layout_activate (GtkAction
*action
, AnjutaApp
*app
);
30 void on_set_preferences1_activate (GtkAction
* action
, AnjutaApp
*app
);
33 void on_help_manual_activate (GtkAction
*action
, gpointer data
);
34 void on_help_tutorial_activate (GtkAction
*action
, gpointer data
);
35 void on_help_advanced_tutorial_activate (GtkAction
*action
, gpointer data
);
36 void on_help_faqs_activate (GtkAction
*action
, gpointer data
);
38 void on_url_home_activate (GtkAction
* action
, gpointer user_data
);
39 void on_url_bugs_activate (GtkAction
* action
, gpointer user_data
);
40 void on_url_faqs_activate (GtkAction
* action
, gpointer user_data
);
41 void on_url_activate (GtkAction
* action
, gpointer url
);
42 void on_about_activate (GtkAction
* action
, gpointer user_data
);