clean up ArdourWindow
- gtk callbacks are protected, not public - virtual d'tor (destroy window by ArdourWindow ptr)
This commit is contained in:
parent
331d9f7154
commit
61f2781983
@ -42,8 +42,9 @@ class ArdourWindow : public Gtk::Window, public ARDOUR::SessionHandlePtr, public
|
||||
public:
|
||||
ArdourWindow (std::string title);
|
||||
ArdourWindow (Gtk::Window& parent, std::string title);
|
||||
~ArdourWindow();
|
||||
virtual ~ArdourWindow();
|
||||
|
||||
protected:
|
||||
bool on_focus_in_event (GdkEventFocus*);
|
||||
bool on_focus_out_event (GdkEventFocus*);
|
||||
bool on_delete_event (GdkEventAny *);
|
||||
|
Loading…
Reference in New Issue
Block a user