mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
rename all GTK signals
git-svn-id: svn://localhost/trunk/ardour2@42 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
625df0912a
commit
08d33fcb0d
39 changed files with 427 additions and 440 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <ardour/ardour.h>
|
||||
#include <gtkmm/window.h>
|
||||
#include <gtkmm/dialog.h>
|
||||
|
||||
#include "keyboard_target.h"
|
||||
|
||||
|
|
@ -44,7 +45,6 @@ class ArdourDialog : public Gtk::Dialog, public KeyboardTarget
|
|||
|
||||
void run ();
|
||||
void stop (int);
|
||||
void close ();
|
||||
void set_keyboard_input (bool yn);
|
||||
void set_hide_on_stop (bool yn);
|
||||
int run_status();
|
||||
|
|
@ -64,11 +64,6 @@ class ArdourDialog : public Gtk::Dialog, public KeyboardTarget
|
|||
}
|
||||
|
||||
void quit ();
|
||||
void wm_close();
|
||||
void wm_doi ();
|
||||
gint wm_close_event (GdkEventAny *);
|
||||
gint wm_doi_event (GdkEventAny *);
|
||||
gint wm_doi_event_stop (GdkEventAny *);
|
||||
|
||||
private:
|
||||
int _run_status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue