X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxo-callbacks.h;h=bce8b486e40daf0c8b537f66713d44d95303ffe0;hb=69037d6ddbe7e90d13d8a7a088d8c209a926190e;hp=ebe9b8bf834b4b274c42bc48fb2d597a325e433b;hpb=13d7457867c57ac5ac826df4d6b478fee795c0a4;p=xournal.git diff --git a/src/xo-callbacks.h b/src/xo-callbacks.h index ebe9b8b..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 @@ -476,15 +492,10 @@ void on_optionsButtonMappings_activate (GtkMenuItem *menuitem, gpointer user_data); -void -on_optionsAntialiasBG_activate (GtkMenuItem *menuitem, - gpointer user_data); - void on_optionsProgressiveBG_activate (GtkMenuItem *menuitem, gpointer user_data); - void on_mru_activate (GtkMenuItem *menuitem, gpointer user_data); @@ -603,7 +614,7 @@ on_optionsPrintRuling_activate (GtkMenuItem *menuitem, gpointer user_data); void -on_optionsDiscardCore_activate (GtkMenuItem *menuitem, +on_optionsAutoloadPdfXoj_activate (GtkMenuItem *menuitem, gpointer user_data); void @@ -629,3 +640,23 @@ on_toolsReco_activate (GtkMenuItem *menuitem, void on_optionsPressureSensitive_activate (GtkMenuItem *menuitem, gpointer user_data); + +void +on_buttonColorChooser_set (GtkColorButton *colorbutton, + gpointer user_data); + +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);