diff options
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r-- | src/gtkutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index b6779b465f1..b79b5fde97a 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -151,6 +151,8 @@ extern int xg_update_frame_menubar P_ ((FRAME_PTR f)); extern void xg_keep_popup P_ ((GtkWidget *menu, GtkWidget *submenu)); +extern int xg_get_scroll_id_for_window P_ ((Window wid)); + extern void xg_create_scroll_bar P_ ((FRAME_PTR f, struct scroll_bar *bar, GCallback scroll_callback, |