diff options
Diffstat (limited to 'stickynotes/stickynotes_callbacks.h')
-rw-r--r-- | stickynotes/stickynotes_callbacks.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stickynotes/stickynotes_callbacks.h b/stickynotes/stickynotes_callbacks.h index 42c86bb1..8934011f 100644 --- a/stickynotes/stickynotes_callbacks.h +++ b/stickynotes/stickynotes_callbacks.h @@ -49,6 +49,10 @@ gboolean stickynote_show_popup_menu (GtkWidget *widget, GdkEventButton *event, GtkWidget *popup_menu); +gboolean +stickynote_keypress_cb (GtkWidget *widget, + GdkEventKey *event, + StickyNote *note); /* Callbacks for the sticky notes popup menu */ void |