toolbar: Fix widget path creation code

- Ensure arrow button is always included
- Invalidate list when direction changes
This commit is contained in:
Benjamin Otte
2011-09-27 04:29:55 +02:00
parent 276a9d7567
commit aebd859ef9
3 changed files with 23 additions and 9 deletions

View File

@ -23,6 +23,7 @@
G_BEGIN_DECLS
GList * _gtk_container_get_all_children (GtkContainer *container);
void _gtk_container_queue_resize (GtkContainer *container);
void _gtk_container_resize_invalidate (GtkContainer *container);
void _gtk_container_clear_resize_widgets (GtkContainer *container);