add /*< private >*/ markings.

Sun Oct 10 11:24:56 2004  Jonathan Blandford  <jrb@redhat.com>

        * gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/
        markings.
This commit is contained in:
Jonathan Blandford 2004-10-10 15:25:52 +00:00 committed by Jonathan Blandford
parent fd196367a1
commit 0d12c6ad0d
5 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sun Oct 10 11:24:56 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/
markings.
2004-10-09 Matthias Clasen <mclasen@redhat.com>
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.

View File

@ -1,3 +1,8 @@
Sun Oct 10 11:24:56 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/
markings.
2004-10-09 Matthias Clasen <mclasen@redhat.com>
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.

View File

@ -1,3 +1,8 @@
Sun Oct 10 11:24:56 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/
markings.
2004-10-09 Matthias Clasen <mclasen@redhat.com>
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.

View File

@ -1,3 +1,8 @@
Sun Oct 10 11:24:56 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcontainer.h (struct _GtkContainer): add /*< private >*/
markings.
2004-10-09 Matthias Clasen <mclasen@redhat.com>
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.

View File

@ -59,6 +59,8 @@ struct _GtkContainer
GtkWidget *focus_child;
guint border_width : 16;
/*< private >*/
guint need_resize : 1;
guint resize_mode : 2;
guint reallocate_redraws : 1;