summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_session_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-09 04:32:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-09 04:32:49 +0000
commit0f89d5e50b6a9febd07d3b07074a44420532cd24 (patch)
treee41d2c82afd678ba24e40229ccc9e289107afa21 /gtk2_ardour/new_session_dialog.h
parente722f6e3a09b136b63d19767048860edc06dce69 (diff)
even more fixes for the new session dialog and its use
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2848 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/new_session_dialog.h')
-rw-r--r--gtk2_ardour/new_session_dialog.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/gtk2_ardour/new_session_dialog.h b/gtk2_ardour/new_session_dialog.h
index 7d8e84e506..39664961f2 100644
--- a/gtk2_ardour/new_session_dialog.h
+++ b/gtk2_ardour/new_session_dialog.h
@@ -54,6 +54,12 @@ class NewSessionDialog : public ArdourDialog
{
public:
+ enum Pages {
+ NewPage = 0x1,
+ OpenPage = 0x2,
+ EnginePage = 0x4
+ };
+
NewSessionDialog();
~NewSessionDialog ();
@@ -86,6 +92,8 @@ public:
bool connect_outs_to_master() const;
bool connect_outs_to_physical() const ;
+ Pages which_page ();
+
int get_current_page();
void set_current_page (int);
void reset_recent();
@@ -168,11 +176,6 @@ protected:
Gtk::Notebook* m_notebook;
private:
- enum Pages {
- NewPage = 0x1,
- OpenPage = 0x2,
- EnginePage = 0x4
- };
Pages page_set;