root/trunk/wmgui/callbacks.h

Revision 3, 1.5 kB (checked in by dsmith, 2 years ago)

Initial import

Line 
1 #include <gtk/gtk.h>
2
3
4 void
5 on_new1_activate                       (GtkMenuItem     *menuitem,
6                                         gpointer         user_data);
7
8 void
9 on_open1_activate                      (GtkMenuItem     *menuitem,
10                                         gpointer         user_data);
11
12 void
13 on_save1_activate                      (GtkMenuItem     *menuitem,
14                                         gpointer         user_data);
15
16 void
17 on_save_as1_activate                   (GtkMenuItem     *menuitem,
18                                         gpointer         user_data);
19
20 void
21 on_quit1_activate                      (GtkMenuItem     *menuitem,
22                                         gpointer         user_data);
23
24 void
25 on_cut1_activate                       (GtkMenuItem     *menuitem,
26                                         gpointer         user_data);
27
28 void
29 on_copy1_activate                      (GtkMenuItem     *menuitem,
30                                         gpointer         user_data);
31
32 void
33 on_paste1_activate                     (GtkMenuItem     *menuitem,
34                                         gpointer         user_data);
35
36 void
37 on_delete1_activate                    (GtkMenuItem     *menuitem,
38                                         gpointer         user_data);
39
40 void
41 on_about1_activate                     (GtkMenuItem     *menuitem,
42                                         gpointer         user_data);
43
44 void
45 on_menuSettings_activate               (GtkMenuItem     *menuitem,
46                                         gpointer         user_data);
Note: See TracBrowser for help on using the browser.