From 02c8d6d648a4d54dc796fd994106e74b2e9dae32 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 21 Apr 2015 15:10:49 -0400 Subject: the basics of tabbed --- gtk2_ardour/public_editor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/public_editor.h') diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h index bcf98dbac4..90ee30dbca 100644 --- a/gtk2_ardour/public_editor.h +++ b/gtk2_ardour/public_editor.h @@ -32,6 +32,7 @@ #include #include #include +#include #include #include "evoral/Note.hpp" @@ -441,7 +442,11 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi PBD::Signal0 SnapChanged; PBD::Signal0 MouseModeChanged; + Gtk::Notebook& tabs() { return _tabs; } + protected: + Gtk::Notebook _tabs; + friend class DisplaySuspender; virtual void suspend_route_redisplay () = 0; virtual void resume_route_redisplay () = 0; -- cgit v1.2.3