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:
jacob berkman 2002-08-16 19:04:54 +00:00 committed by Jacob Berkman
parent f7fa241177
commit f1bbefb45b
7 changed files with 31 additions and 1 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -98,8 +98,8 @@ struct _GtkDialog
GtkWindow window;
/*< public >*/
GtkWidget *action_area;
GtkWidget *vbox;
GtkWidget *action_area;
/*< private >*/
GtkWidget *separator;