13
0
livetrax/gtk2_ardour/sfdb_ui.h
Taybin Rutkin abb086738c Start of sfdb_v3.
git-svn-id: svn://localhost/trunk/ardour2@58 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-10-12 20:06:20 +00:00

18 lines
353 B
C++

#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__