summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-08-15 06:19:52 +0200
committerMatthias Clasen <mclasen@redhat.com>2020-03-25 23:14:27 -0400
commite398f63bf6f4fdedb9e5784663ca9b0d594f6213 (patch)
treed09f81c78a3de7e84ddc022a8839cdd2210d59e3 /gtk/gtkwindow.h
parent2244eeb7270f5a0b351aae98c19ddbc4d4b5bea7 (diff)
downloadgtk+-e398f63bf6f4fdedb9e5784663ca9b0d594f6213.tar.gz
window: Get rid of public APIs that shouldn't be
Event controllers should have replaced all of them. And if they haven't, apps need to fix their code (I'm looking at you Gimp).
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index 8f4c964fee..88f55b013d 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -199,23 +199,12 @@ void gtk_window_remove_mnemonic (GtkWindow *window,
guint keyval,
GtkWidget *target);
GDK_AVAILABLE_IN_ALL
-gboolean gtk_window_mnemonic_activate (GtkWindow *window,
- guint keyval,
- GdkModifierType modifier);
-GDK_AVAILABLE_IN_ALL
void gtk_window_set_mnemonic_modifier (GtkWindow *window,
GdkModifierType modifier);
GDK_AVAILABLE_IN_ALL
GdkModifierType gtk_window_get_mnemonic_modifier (GtkWindow *window);
GDK_AVAILABLE_IN_ALL
-gboolean gtk_window_activate_key (GtkWindow *window,
- GdkEvent *event);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_window_propagate_key_event (GtkWindow *window,
- GdkEvent *event);
-
-GDK_AVAILABLE_IN_ALL
void gtk_window_present (GtkWindow *window);
GDK_AVAILABLE_IN_ALL
void gtk_window_present_with_time (GtkWindow *window,