add a way to see (most of) the waf config used to build ardour at run time (from...
[ardour.git] / gtk2_ardour / configinfo.h
1 #include <gtkmm/textview.h>
2
3 #include "ardour_dialog.h"
4
5 class ConfigInfoDialog : public ArdourDialog
6 {
7   public:
8         ConfigInfoDialog();
9
10   private:
11         Gtk::TextView text;
12 };