mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
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>
|
2004-10-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.
|
* 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>
|
2004-10-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.
|
* 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>
|
2004-10-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.
|
* 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>
|
2004-10-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.
|
* docs/tools/widgets.c: Shrink panes and separators images to MEDIUM.
|
||||||
|
@ -59,6 +59,8 @@ struct _GtkContainer
|
|||||||
GtkWidget *focus_child;
|
GtkWidget *focus_child;
|
||||||
|
|
||||||
guint border_width : 16;
|
guint border_width : 16;
|
||||||
|
|
||||||
|
/*< private >*/
|
||||||
guint need_resize : 1;
|
guint need_resize : 1;
|
||||||
guint resize_mode : 2;
|
guint resize_mode : 2;
|
||||||
guint reallocate_redraws : 1;
|
guint reallocate_redraws : 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user