]> git.donarmstrong.com Git - xournal.git/blobdiff - src/xo-callbacks.h
Image patch
[xournal.git] / src / xo-callbacks.h
index c1291687c223a462b2474da559f82fb416295a14..bce8b486e40daf0c8b537f66713d44d95303ffe0 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This software is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of  
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
 #include <gtk/gtk.h>
 
 void
@@ -601,10 +617,6 @@ void
 on_optionsAutoloadPdfXoj_activate      (GtkMenuItem     *menuitem,
                                         gpointer         user_data);
 
-void
-on_optionsDiscardCore_activate         (GtkMenuItem     *menuitem,
-                                        gpointer         user_data);
-
 void
 on_fontButton_font_set                 (GtkFontButton   *fontbutton,
                                         gpointer         user_data);
@@ -636,3 +648,15 @@ on_buttonColorChooser_set              (GtkColorButton  *colorbutton,
 void
 on_optionsButtonsSwitchMappings_activate(GtkMenuItem    *menuitem,
                                         gpointer         user_data);
+
+void
+on_toolsImage_activate                 (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_button2Image_activate               (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);
+
+void
+on_button3Image_activate               (GtkMenuItem     *menuitem,
+                                        gpointer         user_data);