X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxo-callbacks.h;h=bce8b486e40daf0c8b537f66713d44d95303ffe0;hb=69037d6ddbe7e90d13d8a7a088d8c209a926190e;hp=0b67562c6b89cdb8b174aced1735f1d6882fb1cc;hpb=fd008f43f9e0848369972b0bc0e52129380e229b;p=xournal.git diff --git a/src/xo-callbacks.h b/src/xo-callbacks.h index 0b67562..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 @@ -403,6 +419,11 @@ on_canvas_enter_notify_event (GtkWidget *widget, GdkEventCrossing *event, gpointer user_data); +gboolean +on_canvas_leave_notify_event (GtkWidget *widget, + GdkEventCrossing *event, + gpointer user_data); + gboolean on_canvas_expose_event (GtkWidget *widget, GdkEventExpose *event, @@ -471,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); @@ -596,3 +612,51 @@ on_button3Hand_activate (GtkMenuItem *menuitem, void on_optionsPrintRuling_activate (GtkMenuItem *menuitem, gpointer user_data); + +void +on_optionsAutoloadPdfXoj_activate (GtkMenuItem *menuitem, + gpointer user_data); + +void +on_fontButton_font_set (GtkFontButton *fontbutton, + gpointer user_data); + +void +on_optionsLeftHanded_activate (GtkMenuItem *menuitem, + gpointer user_data); + +void +on_optionsShortenMenus_activate (GtkMenuItem *menuitem, + gpointer user_data); + +void +on_optionsAutoSavePrefs_activate (GtkMenuItem *menuitem, + gpointer user_data); + +void +on_toolsReco_activate (GtkMenuItem *menuitem, + gpointer user_data); + +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);