forked from AuroraMiddleware/gtk
switch vbox and action_area back to the order that 2.0 has
2002-08-16 jacob berkman <jacob@ximian.com> * gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area back to the order that 2.0 has
This commit is contained in:
parent
f7fa241177
commit
f1bbefb45b
@ -1,3 +1,8 @@
|
||||
2002-08-16 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
|
||||
back to the order that 2.0 has
|
||||
|
||||
Thu Aug 15 22:46:02 BST 2002 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-16 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
|
||||
back to the order that 2.0 has
|
||||
|
||||
Thu Aug 15 22:46:02 BST 2002 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-16 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
|
||||
back to the order that 2.0 has
|
||||
|
||||
Thu Aug 15 22:46:02 BST 2002 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-16 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
|
||||
back to the order that 2.0 has
|
||||
|
||||
Thu Aug 15 22:46:02 BST 2002 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-16 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
|
||||
back to the order that 2.0 has
|
||||
|
||||
Thu Aug 15 22:46:02 BST 2002 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-08-16 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* gtk/gtkdialog.h (struct _GtkDialog): switch vbox and action_area
|
||||
back to the order that 2.0 has
|
||||
|
||||
Thu Aug 15 22:46:02 BST 2002 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml, examples/menu/menu.c:
|
||||
|
@ -98,8 +98,8 @@ struct _GtkDialog
|
||||
GtkWindow window;
|
||||
|
||||
/*< public >*/
|
||||
GtkWidget *action_area;
|
||||
GtkWidget *vbox;
|
||||
GtkWidget *action_area;
|
||||
|
||||
/*< private >*/
|
||||
GtkWidget *separator;
|
||||
|
Loading…
Reference in New Issue
Block a user