Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-links.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-10 12:09:35 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-10 12:09:35 (GMT)
commitdfbedebc6a9968eed8932649e72e80a497dbfed5 (patch)
tree98c67c740371647c2d7ca791c04f2c0095cc6c15 /shell/ev-sidebar-links.h
parentd58f069362465e0bd50814853b86ab5341beba79 (diff)
This is evil... Make space/backspace global accelerators but enable them
2005-05-10 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview): * shell/ev-sidebar-links.h: * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_get_treeview): * shell/ev-sidebar-thumbnails.h: * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view), (ev_view_class_init): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity), (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward), (set_view_actions_sensitivity), (view_actions_focus_in_cb), (view_actions_focus_out_cb), (enable_view_actions_for_widget), (ev_window_init): This is evil... Make space/backspace global accelerators but enable them only for some widgets (sidebars and view). I dont like it, but I dont know a better way... :/
Diffstat (limited to 'shell/ev-sidebar-links.h')
-rw-r--r--shell/ev-sidebar-links.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-sidebar-links.h b/shell/ev-sidebar-links.h
index b9691e3..c6b2122 100644
--- a/shell/ev-sidebar-links.h
+++ b/shell/ev-sidebar-links.h
@@ -52,6 +52,7 @@ struct _EvSidebarLinksClass {
GType ev_sidebar_links_get_type (void);
GtkWidget *ev_sidebar_links_new (void);
+GtkWidget *ev_sidebar_links_get_treeview (EvSidebarLinks *sidebar);
G_END_DECLS