diff options
author | Timm Bäder <mail@baedert.org> | 2017-02-08 09:14:20 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-03-31 09:50:39 +0200 |
commit | 6353433f0ef40cfb3c5e5dcf5a5935e4e215c9f8 (patch) | |
tree | a84221fd049f644f798ed2f7fc6a6573efaa61de /gtk/gtkcontainer.h | |
parent | 0d480a3eb03d0c98e9e80a8eb5b6f11dba04c2c6 (diff) | |
download | gtk+-6353433f0ef40cfb3c5e5dcf5a5935e4e215c9f8.tar.gz |
Make gtk_container_set_focus_child private
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r-- | gtk/gtkcontainer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index f55950315a..f4c88d45f0 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -153,10 +153,6 @@ GDK_AVAILABLE_IN_ALL void gtk_container_unset_focus_chain (GtkContainer *container); /* Widget-level methods */ - -GDK_AVAILABLE_IN_ALL -void gtk_container_set_focus_child (GtkContainer *container, - GtkWidget *child); GDK_AVAILABLE_IN_ALL void gtk_container_set_focus_vadjustment (GtkContainer *container, GtkAdjustment *adjustment); |