summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-16 01:28:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-03-16 21:24:45 -0400
commitf68855341e9bb928f9190e2459866bc532a03a60 (patch)
tree402893e51584b85d07528844085d16b00891b99f /gtk/gtkwindow.h
parent31d9ecb5c30f8170af275901ccea8bf6f42ea17b (diff)
downloadgtk+-f68855341e9bb928f9190e2459866bc532a03a60.tar.gz
window: Remove ::set-focus
The focus-widget is now a property, so we don't need this signal anymore.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index fb30ab99b8..2b7a0078f5 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -57,7 +57,6 @@ struct _GtkWindow
/**
* GtkWindowClass:
* @parent_class: The parent class.
- * @set_focus: Sets child as the focus widget for the window.
* @activate_focus: Activates the current focused widget within the window.
* @activate_default: Activates the default widget for the window.
* @keys_changed: Signal gets emitted when the set of accelerators or
@@ -72,9 +71,6 @@ struct _GtkWindowClass
/*< public >*/
- void (* set_focus) (GtkWindow *window,
- GtkWidget *focus);
-
/* G_SIGNAL_ACTION signals for keybindings */
void (* activate_focus) (GtkWindow *window);