forked from AuroraMiddleware/gtk
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:
parent
545b40a1b3
commit
2ed71f131e
@ -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>
|
||||
|
||||
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
|
||||
|
@ -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>
|
||||
|
||||
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
|
||||
|
@ -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>
|
||||
|
||||
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
|
||||
|
@ -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>
|
||||
|
||||
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
|
||||
|
@ -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>
|
||||
|
||||
* gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
|
||||
|
@ -129,7 +129,7 @@ gtk_check_menu_item_class_init (GtkCheckMenuItemClass *klass)
|
||||
G_PARAM_READWRITE));
|
||||
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_INCONSISTENT,
|
||||
PROP_DRAW_AS_RADIO,
|
||||
g_param_spec_boolean ("draw_as_radio",
|
||||
_("Draw as radio menu item"),
|
||||
_("Whether the menu item looks like a radio menu item"),
|
||||
|
Loading…
Reference in New Issue
Block a user