diff options
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r-- | gtk/gtkcontainer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index e56736fe33..eb19f90976 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -138,11 +138,6 @@ GDK_AVAILABLE_IN_ALL GList* gtk_container_get_children (GtkContainer *container); GDK_AVAILABLE_IN_ALL -void gtk_container_propagate_draw (GtkContainer *container, - GtkWidget *child, - cairo_t *cr); - -GDK_AVAILABLE_IN_ALL void gtk_container_set_focus_chain (GtkContainer *container, GList *focusable_widgets); GDK_AVAILABLE_IN_ALL |