summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-02-08 09:14:20 +0100
committerTimm Bäder <mail@baedert.org>2017-03-31 09:50:39 +0200
commit6353433f0ef40cfb3c5e5dcf5a5935e4e215c9f8 (patch)
treea84221fd049f644f798ed2f7fc6a6573efaa61de /gtk/gtkcontainer.h
parent0d480a3eb03d0c98e9e80a8eb5b6f11dba04c2c6 (diff)
downloadgtk+-6353433f0ef40cfb3c5e5dcf5a5935e4e215c9f8.tar.gz
Make gtk_container_set_focus_child private
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h4
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);