summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-01-05 05:15:29 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-01-05 05:15:29 +0000
commit18844bac7aa0747453ed4d04c4a462f2044a43bb (patch)
treef4e0ae7ac4dc0110489162f7835dd92f28c6605a /gtk2_ardour/sfdb_ui.h
parentec13ef02b050e402d95fdf896a0db21e780442dd (diff)
sfdb displays file info.
git-svn-id: svn://localhost/trunk/ardour2@243 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 2c43fb1aa7..279cca3ae4 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -50,8 +50,8 @@ class SoundFileBox : public Gtk::VBox
SoundFileBox ();
virtual ~SoundFileBox () {};
- bool update (std::string filename);
void set_session (ARDOUR::Session* s);
+ bool setup_labels (std::string filename);
protected:
ARDOUR::Session* _session;
@@ -71,9 +71,6 @@ class SoundFileBox : public Gtk::VBox
pid_t current_pid;
- Gtk::Label label;
- Gtk::Label path;
- Gtk::Entry path_entry;
Gtk::Label length;
Gtk::Label format;
Gtk::Label channels;
@@ -96,7 +93,6 @@ class SoundFileBox : public Gtk::VBox
Gtk::Button remove_field_btn;
// void fields_refiller (Gtk::CList &clist);
- int setup_labels (std::string filename);
void setup_fields ();
void play_btn_clicked ();