summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-09-09 13:04:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-09-09 13:04:23 +0000
commit40bc1c239eef8edfe08a456c189aff2cef3c6ee8 (patch)
tree990d09c475a98a5426b0d3314434339f33746025 /gtk2_ardour/sfdb_ui.h
parentd0cd7d0048830a0ebe61e207b8522e69c72ec7f3 (diff)
more changes for the import dialog, with breakout of importable source code into its own files
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2437 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 66d4aa4173..4670796700 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -158,6 +158,9 @@ class SoundFileChooser : public SoundFileBrowser
Glib::ustring get_filename ();
+ protected:
+ void on_hide();
+
private:
// SoundFileBrowser browser;
};
@@ -180,6 +183,9 @@ class SoundFileOmega : public SoundFileBrowser
Editing::ImportPosition get_position() const;
Editing::ImportDisposition get_channel_disposition() const;
+ protected:
+ void on_hide();
+
private:
uint32_t selected_track_cnt;