rename all GTK signals

git-svn-id: svn://localhost/trunk/ardour2@42 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-09-26 15:00:36 +00:00
parent 625df0912a
commit 08d33fcb0d
39 changed files with 427 additions and 440 deletions

View file

@ -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;