X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxo-callbacks.h;h=bce8b486e40daf0c8b537f66713d44d95303ffe0;hb=69037d6ddbe7e90d13d8a7a088d8c209a926190e;hp=4464f3b724abf4b192df9e4dbdaeee7aee89d2db;hpb=b471a5e1ffc9ad87400f079679fdf261875d513e;p=xournal.git diff --git a/src/xo-callbacks.h b/src/xo-callbacks.h index 4464f3b..bce8b48 100644 --- a/src/xo-callbacks.h +++ b/src/xo-callbacks.h @@ -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 . + */ + + #include void @@ -632,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);