diff options
Diffstat (limited to 'src/Patchage.h')
-rw-r--r-- | src/Patchage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Patchage.h b/src/Patchage.h index d730b4b..7de2ef0 100644 --- a/src/Patchage.h +++ b/src/Patchage.h @@ -126,6 +126,9 @@ protected: Gtk::TextView* m_status_text; Gtk::Paned* m_main_paned; Gtk::Expander* m_messages_expander; + Gtk::Button* m_rewind_button; + Gtk::Button* m_play_button; + Gtk::Button* m_stop_button; Gtk::Button* m_zoom_normal_button; Gtk::Button* m_zoom_full_button; }; |