Make all style properties readonly.

2004-04-14  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcombobox.c:
	* gtk/gtkwidget.c:
	Make all style properties readonly.
This commit is contained in:
Matthias Clasen
2004-04-14 21:34:29 +00:00
committed by Matthias Clasen
parent 321cedab98
commit a1fd4e4bac
7 changed files with 39 additions and 9 deletions

View File

@ -509,7 +509,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
P_("Appears as list"),
P_("Whether combobox dropdowns should look like lists rather than menus"),
FALSE,
G_PARAM_READWRITE));
G_PARAM_READABLE));
g_type_class_add_private (object_class, sizeof (GtkComboBoxPrivate));
}