X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fnew_session_dialog.h;h=2a2081e56a5d58cd21257b593561932906d48f39;hb=1315ee3dff1e4966ab28bd47e81b5f003cac6e40;hp=c22af7561cd6035dfd3102e525e752a6fafd9b3a;hpb=666e0870554705f4fb466fc6b188fe9b4000ca49;p=ardour.git diff --git a/gtk2_ardour/new_session_dialog.h b/gtk2_ardour/new_session_dialog.h index c22af7561c..2a2081e56a 100644 --- a/gtk2_ardour/new_session_dialog.h +++ b/gtk2_ardour/new_session_dialog.h @@ -81,7 +81,9 @@ public: bool connect_outs_to_master() const; bool connect_outs_to_physical() const ; - int get_current_page(); + + bool on_new_session_page () const; + void set_current_page (int); void reset_recent(); @@ -179,7 +181,7 @@ protected: return cmp_nocase(a.first, b.first) == -1; } }; - bool entry_key_release (GdkEventKey*); + void on_new_session_name_entry_changed(); void notebook_page_changed (GtkNotebookPage*, uint); void treeview_selection_changed (); void file_chosen (); @@ -192,9 +194,6 @@ protected: void master_bus_button_clicked (); void monitor_bus_button_clicked (); - bool on_new_session_page; - - }; #endif // NEW_SESSION_DIALOG_H