summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-01-18 21:05:59 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-01-18 21:05:59 +0000
commit2a25079173c9614049457ec28cd2ed260f503b3f (patch)
tree96a079728bdf73a0c64d64d0e27184ae9ca141aa /gtk2_ardour/sfdb_ui.h
parentfe49c8de182d40528a27b84d5530698f438de51d (diff)
Removing fields from the sfdb works. Dialog is fully functional as presented.
git-svn-id: svn://localhost/trunk/ardour2@276 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 49f19e847d..d1725ce8f3 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -99,6 +99,7 @@ class SoundFileBox : public Gtk::VBox
void stop_btn_clicked ();
void add_field_clicked ();
void remove_field_clicked ();
+ void delete_row (const Gtk::TreeModel::iterator& iter);
void field_selected ();
void audition_status_changed (bool state);