Closed xyl0n closed 10 years ago
From investigating a bit more, it turns out that it's actually a button :/
More news! In the source code, shell/ev-toolbar.c contains the functions ev_toolbar_create_toggle_button() and ev_toolbar_action_menu_popup () confirming that it is not a combobox and is indeed a button with a menu. I believe that it is actually this widget: https://developer.gnome.org/gtk3/3.7/GtkToggleToolButton.html
Why not GtkToggleButton.button
instead of EvSidebar GtkToggleButton.button
?
@satya164 because ToggleButtons are meant to look like this:
But in the Evince sidebar, it would be preferable to have the button look and act like a button in the toolbar above it, like this:
In the Evince press F9 and a sidebar will appear. There will be an invisible combobox at the top of the pane.