Install "draw_as_radio" as a separate property, not as an alias of

2003-08-29  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
	as a separate property, not as an alias of "inconsistent".
This commit is contained in:
Matthias Clasen 2003-08-29 19:15:26 +00:00 committed by Matthias Clasen
parent 545b40a1b3
commit 2ed71f131e
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-08-29 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
as a separate property, not as an alias of "inconsistent".
Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk> Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they

View File

@ -1,3 +1,8 @@
2003-08-29 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
as a separate property, not as an alias of "inconsistent".
Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk> Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they

View File

@ -1,3 +1,8 @@
2003-08-29 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
as a separate property, not as an alias of "inconsistent".
Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk> Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they

View File

@ -1,3 +1,8 @@
2003-08-29 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
as a separate property, not as an alias of "inconsistent".
Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk> Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they

View File

@ -1,3 +1,8 @@
2003-08-29 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
as a separate property, not as an alias of "inconsistent".
Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk> Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they

View File

@ -129,7 +129,7 @@ gtk_check_menu_item_class_init (GtkCheckMenuItemClass *klass)
G_PARAM_READWRITE)); G_PARAM_READWRITE));
g_object_class_install_property (gobject_class, g_object_class_install_property (gobject_class,
PROP_INCONSISTENT, PROP_DRAW_AS_RADIO,
g_param_spec_boolean ("draw_as_radio", g_param_spec_boolean ("draw_as_radio",
_("Draw as radio menu item"), _("Draw as radio menu item"),
_("Whether the menu item looks like a radio menu item"), _("Whether the menu item looks like a radio menu item"),