forked from AuroraMiddleware/gtk
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:
parent
fd196367a1
commit
0d12c6ad0d
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user