summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2008-10-11 15:35:36 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2008-10-11 15:35:36 +0000
commitccc3461a580324055684f598d439209fe951b574 (patch)
tree4eec91f7a08e23f19c1a4972b42cdc535f4267a3 /gtk2_ardour/export_dialog.h
parent516c6168fed63a5970f7f51669081253a7530438 (diff)
More Export GUI tweaks....
git-svn-id: svn://localhost/ardour2/branches/3.0@3926 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_dialog.h')
-rw-r--r--gtk2_ardour/export_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h
index 0de6c6ffac..0528c514b6 100644
--- a/gtk2_ardour/export_dialog.h
+++ b/gtk2_ardour/export_dialog.h
@@ -82,6 +82,9 @@ class ExportDialog : public ArdourDialog {
Gtk::VBox warning_widget;
Gtk::VBox progress_widget;
+
+ Gtk::Label * timespan_label;
+ Gtk::Label * channels_label;
private:
@@ -161,6 +164,7 @@ class ExportRegionDialog : public ExportDialog
ExportRegionDialog (PublicEditor & editor, ARDOUR::AudioRegion const & region, ARDOUR::AudioTrack & track);
private:
+ void init_gui ();
void init_components ();
ARDOUR::AudioRegion const & region;