tab-free tabbed display, part 1.2

This commit is contained in:
Paul Davis 2015-11-18 22:25:18 -05:00
parent e9234c856a
commit 51879285c5
6 changed files with 131 additions and 22 deletions

View file

@ -27,6 +27,8 @@
#include "gtkmm2ext/utils.h"
#include "gtkmm2ext/visibility_tracker.h"
#include "pbd/stacktrace.h"
#include "i18n.h"
using namespace Gtkmm2ext;
@ -36,6 +38,7 @@ using std::string;
Tabbable::Tabbable (Widget& w, const string& name)
: WindowProxy (name)
, _contents (w)
, _parent_notebook (0)
, tab_close_image (ArdourIcon::CloseCross, 0xffffffff)
, tab_requested_by_state (true)
{