diff options
author | David Robillard <d@drobilla.net> | 2006-10-17 07:39:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-10-17 07:39:42 +0000 |
commit | 50dadd7684f90d3f7c6c982f4a63f2d0c09f296a (patch) | |
tree | 94d490a7f53dd1386486873f306eb1cb1b12cd28 /src/Patchage.h | |
parent | 0a02a5a7b832312f98fcfd2f606eee162725398b (diff) | |
download | patchage-50dadd7684f90d3f7c6c982f4a63f2d0c09f296a.tar.gz patchage-50dadd7684f90d3f7c6c982f4a63f2d0c09f296a.tar.bz2 patchage-50dadd7684f90d3f7c6c982f4a63f2d0c09f296a.zip |
Preliminary Jack transport control.
git-svn-id: http://svn.drobilla.net/lad/patchage@187 a436a847-0d15-0410-975c-d299462d15a1
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; }; |