summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2012-02-04 13:18:58 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2012-02-04 13:18:58 +0000
commita5b39d56dfe5925238847cb2496aed3dbd1eb6fb (patch)
treec77561237ff473cba3976b7c1f9764852fd8b57f /gtk2_ardour/export_dialog.h
parent5e92f14dc54e5735369d1d314c08ecec3be4f2f2 (diff)
Change export dialog widget size allocation and make closing the exander make the window smaller also
(another attempt at fixing #4559 git-svn-id: svn://localhost/ardour2/branches/3.0@11447 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_dialog.h')
-rw-r--r--gtk2_ardour/export_dialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h
index 73d11ecffd..835c220c23 100644
--- a/gtk2_ardour/export_dialog.h
+++ b/gtk2_ardour/export_dialog.h
@@ -93,6 +93,8 @@ class ExportDialog : public ArdourDialog {
void init ();
+ void expanded_changed();
+
void notify_errors ();
void close_dialog ();
@@ -114,6 +116,9 @@ class ExportDialog : public ArdourDialog {
/*** GUI components ***/
+ Glib::RefPtr<Gtk::SizeGroup> advanced_sizegroup;
+ Gtk::Expander * advanced;
+
/* Warning area */
Gtk::HBox warn_hbox;