X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcontainerprivate.h;h=dd989d2dc73f08c9b77025ec7961b652e4a9f03f;hb=d97861bd8b338c3d25d7ffb5496edee9eee9bfbb;hp=d5a7e9f594ab10546f07018e5c0a3749d8865bc2;hpb=aebd859ef91afc1f81cdd77ec851a8995da4e2a7;p=~andy%2Fgtk diff --git a/gtk/gtkcontainerprivate.h b/gtk/gtkcontainerprivate.h index d5a7e9f59..dd989d2dc 100644 --- a/gtk/gtkcontainerprivate.h +++ b/gtk/gtkcontainerprivate.h @@ -20,11 +20,14 @@ #ifndef __GTK_CONTAINER_PRIVATE_H__ #define __GTK_CONTAINER_PRIVATE_H__ +#include "gtkcontainer.h" + G_BEGIN_DECLS GList * _gtk_container_get_all_children (GtkContainer *container); void _gtk_container_queue_resize (GtkContainer *container); +void _gtk_container_queue_restyle (GtkContainer *container); void _gtk_container_resize_invalidate (GtkContainer *container); void _gtk_container_clear_resize_widgets (GtkContainer *container); gchar* _gtk_container_child_composite_name (GtkContainer *container, @@ -34,11 +37,10 @@ GList * _gtk_container_focus_sort (GtkContainer *container, GList *children, GtkDirectionType direction, GtkWidget *old_focus); -gboolean _gtk_container_get_need_resize (GtkContainer *container); -void _gtk_container_set_need_resize (GtkContainer *container, - gboolean need_resize); gboolean _gtk_container_get_reallocate_redraws (GtkContainer *container); +void _gtk_container_stop_idle_sizer (GtkContainer *container); +void _gtk_container_maybe_start_idle_sizer (GtkContainer *container); G_END_DECLS