mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
[Summary] Reworking general message dialogs
This commit is contained in:
parent
53391399c4
commit
11167a6ae9
12 changed files with 131 additions and 553 deletions
|
|
@ -45,19 +45,18 @@ class WavesDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr, public
|
|||
{
|
||||
public:
|
||||
|
||||
WavesDialog (std::string layout_script, bool modal = false, bool use_separator = false);
|
||||
~WavesDialog();
|
||||
WavesDialog (const std::string& layout_script_file, bool modal = false, bool use_separator = false);
|
||||
virtual ~WavesDialog();
|
||||
|
||||
bool on_enter_notify_event (GdkEventCrossing*);
|
||||
bool on_leave_notify_event (GdkEventCrossing*);
|
||||
bool on_delete_event (GdkEventAny*);
|
||||
bool on_key_press_event (GdkEventKey*);
|
||||
void on_unmap ();
|
||||
void on_show ();
|
||||
enum {
|
||||
// We need one smaller then smallest Gtk::RESPONSE_*
|
||||
RESPONSE_DEFAULT = -1000
|
||||
};
|
||||
|
||||
protected:
|
||||
virtual void on_esc_pressed ();
|
||||
virtual void on_enter_pressed ();
|
||||
|
||||
private:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue