summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_file_notebook.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2016-09-11 08:39:08 +1000
committerTim Mayberry <mojofunk@gmail.com>2016-09-11 09:29:53 +1000
commitdab6e8a2d33b7ab6127d3916d253f2c41b51b6a0 (patch)
tree33c79c5398cebdbebed5c212202162474e15918f /gtk2_ardour/export_file_notebook.h
parent3f95b5ac194d680f01af026482bc999c61ad036c (diff)
Fix #7003, Store/Restore state of checkboxes in Export dialog
Diffstat (limited to 'gtk2_ardour/export_file_notebook.h')
-rw-r--r--gtk2_ardour/export_file_notebook.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/export_file_notebook.h b/gtk2_ardour/export_file_notebook.h
index 43f64bf87e..b39620b72f 100644
--- a/gtk2_ardour/export_file_notebook.h
+++ b/gtk2_ardour/export_file_notebook.h
@@ -96,6 +96,11 @@ class ExportFileNotebook : public Gtk::Notebook, public ARDOUR::SessionHandlePtr
void critical_selection_changed ();
void analysis_changed ();
+ void on_show ();
+ void on_hide ();
+ void store_state ();
+ void restore_state ();
+
ARDOUR::ExportProfileManager::FormatStatePtr format_state;
ARDOUR::ExportProfileManager::FilenameStatePtr filename_state;
ManagerPtr profile_manager;