summaryrefslogtreecommitdiff
path: root/src/eom-util.h
diff options
context:
space:
mode:
authortamplan <[email protected]>2020-05-18 17:37:08 +0200
committerraveit65 <[email protected]>2020-07-13 10:33:43 +0200
commitc331ec988f543ddfd5e0636d15f7aeafeefa1b0f (patch)
tree55519a1021d2d1cbf5180bb2c680937b640c25f6 /src/eom-util.h
parent4b2acec0f78ca3402185e29aff0873c21f4b735e (diff)
downloadeom-c331ec988f543ddfd5e0636d15f7aeafeefa1b0f.tar.bz2
eom-c331ec988f543ddfd5e0636d15f7aeafeefa1b0f.tar.xz
Add tab scrolling support for dialog windows
Diffstat (limited to 'src/eom-util.h')
-rw-r--r--src/eom-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eom-util.h b/src/eom-util.h
index 528ec4e..b713721 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_notebook_page_scroll_event_cb (GtkWidget *notebook,
+ GdkEventScroll *event);
+
G_END_DECLS
#endif /* __EOM_UTIL_H__ */