mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
Facilitate callbacks when Tab is detached/attached
This commit is contained in:
parent
d5a105e777
commit
f91cb13cce
2 changed files with 10 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ public:
|
|||
bool tabbed() const;
|
||||
bool tabbed_by_default () const;
|
||||
|
||||
|
||||
Gtk::Window* current_toplevel () const;
|
||||
|
||||
Gtk::Notebook* tab_root_drop ();
|
||||
|
|
@ -82,6 +83,8 @@ public:
|
|||
protected:
|
||||
bool delete_event_handler (GdkEventAny *ev);
|
||||
|
||||
sigc::signal1<void, bool> signal_tabbed_changed;
|
||||
|
||||
private:
|
||||
Gtk::Widget& _contents;
|
||||
Gtk::Notebook _own_notebook;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue