summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-10-12 20:06:20 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-10-12 20:06:20 +0000
commitabb086738cdd0f862b1600e0780bbbf0f0967713 (patch)
tree6eaf4d0af7143ed694ad6b857b050bf6c7d59e0e /gtk2_ardour/sfdb_ui.h
parent192c6a9c1619de657602f385f92537e3c7ea5722 (diff)
Start of sfdb_v3.
git-svn-id: svn://localhost/trunk/ardour2@58 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
new file mode 100644
index 0000000000..b453859821
--- /dev/null
+++ b/gtk2_ardour/sfdb_ui.h
@@ -0,0 +1,17 @@
+#ifndef __ardour_sfdb_ui_h__
+#define __ardour_sfdb_ui_h__
+
+#include <string>
+
+#include <gtkmm/filechooserdialog.h>
+
+#include <ardour/audio_library.h>
+
+class SoundFileChooser : public Gtk::FileChooserDialog
+{
+ public:
+ SoundFileChooser (std::string title, bool split_makes_sense);
+ virtual ~SoundFileChooser ();
+};
+
+#endif // __ardour_sfdb_ui_h__