diff options
author | tamplan <[email protected]> | 2020-05-18 17:37:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-13 10:24:27 +0200 |
commit | e6215d267425ec0db970aecf420077babfcc035d (patch) | |
tree | 71af6b32e838583742d495238c814853212aa66d /src/eom-util.h | |
parent | 5d23e4e33af855f770ec88a467ec08bd1f5df3f1 (diff) | |
download | eom-e6215d267425ec0db970aecf420077babfcc035d.tar.bz2 eom-e6215d267425ec0db970aecf420077babfcc035d.tar.xz |
Add tab scrolling support for GTK3
Diffstat (limited to 'src/eom-util.h')
-rw-r--r-- | src/eom-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eom-util.h b/src/eom-util.h index 528ec4e..a2b0ae8 100644 --- a/src/eom-util.h +++ b/src/eom-util.h @@ -65,6 +65,9 @@ G_GNUC_INTERNAL void eom_util_show_file_in_filemanager (GFile *file, GtkWindow *toplevel); +gboolean eom_util_dialog_page_scroll_event_cb (GtkWidget *notebook, + GdkEventScroll *event); + G_END_DECLS #endif /* __EOM_UTIL_H__ */ |