OSC: Changed gainVCA to gainfader as VCA is already used.
[ardour.git] / gtk2_ardour / utils.h
index a7f1e16f0beb9b6232bfbe6dbf3d4a96d0f46691..949cb8c6d55d35f8dc53477344d30d68c14afb6e 100644 (file)
@@ -68,9 +68,8 @@ uint32_t gdk_color_to_rgba (Gdk::Color const&);
 uint32_t contrasting_text_color (uint32_t c);
 
 bool relay_key_press (GdkEventKey* ev, Gtk::Window* win);
-bool forward_key_press (GdkEventKey* ev);
 bool key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev);
-bool emulate_key_event (Gtk::Widget*, unsigned int);
+bool emulate_key_event (unsigned int);
 
 Glib::RefPtr<Gdk::Pixbuf> get_xpm (std::string);
 std::vector<std::string> get_icon_sets ();
@@ -92,5 +91,8 @@ std::string rate_as_string (float r);
 
 bool windows_overlap (Gtk::Window *a, Gtk::Window *b);
 
+bool overwrite_file_dialog (Gtk::Window& parent, std::string title, std::string text);
+std::string show_gdk_event_state (int state);
+
 } // namespace
 #endif /* __ardour_gtk_utils_h__ */