summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-03-31 03:03:43 +0000
committerDavid Robillard <d@drobilla.net>2014-03-31 03:03:43 +0000
commite9156d57e76ee86a0bce17417bb5b02fce45cf73 (patch)
tree8f79b2b86e41f914289b735d75e3ea876b208797 /src/Patchage.hpp
parent88b95838210411669973d956a5e84ead2c680d35 (diff)
downloadpatchage-e9156d57e76ee86a0bce17417bb5b02fce45cf73.tar.gz
patchage-e9156d57e76ee86a0bce17417bb5b02fce45cf73.tar.bz2
patchage-e9156d57e76ee86a0bce17417bb5b02fce45cf73.zip
Add zoom to fit menuitem.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5353 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index c0b01f1..af87472 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -100,6 +100,7 @@ protected:
void on_zoom_in();
void on_zoom_out();
void on_zoom_normal();
+ void on_zoom_full();
void on_increase_font_size();
void on_decrease_font_size();
void on_normal_font_size();
@@ -154,6 +155,7 @@ protected:
Widget<Gtk::ImageMenuItem> _menu_zoom_in;
Widget<Gtk::ImageMenuItem> _menu_zoom_out;
Widget<Gtk::ImageMenuItem> _menu_zoom_normal;
+ Widget<Gtk::ImageMenuItem> _menu_zoom_full;
Widget<Gtk::MenuItem> _menu_increase_font_size;
Widget<Gtk::MenuItem> _menu_decrease_font_size;
Widget<Gtk::MenuItem> _menu_normal_font_size;