mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
tab-free tabbed display, part 1.2
This commit is contained in:
parent
e9234c856a
commit
51879285c5
6 changed files with 131 additions and 22 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue