]> Pileus Git - ~andy/gtk/commitdiff
Make all style properties readonly.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 14 Apr 2004 21:34:29 +0000 (21:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 14 Apr 2004 21:34:29 +0000 (21:34 +0000)
2004-04-14  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c:
* gtk/gtkwidget.c:
Make all style properties readonly.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c
gtk/gtkwidget.c

index d0b1e824ef8dd7789890f0ff100043cb0849e112..d43f98b915820f299259db638698e0c78483d0c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2004-04-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: 
+       * gtk/gtkwidget.c: 
+       Make all style properties readonly.
+
 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcolorsel.c: Add a11y relations between the color
-       wheel and the spin buttons.  (#132745)
+       wheel and the spin buttons.  (#132745, Padraig, O'Briain)
 
        * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
        the meaning of size == -1.
index d0b1e824ef8dd7789890f0ff100043cb0849e112..d43f98b915820f299259db638698e0c78483d0c7 100644 (file)
@@ -1,7 +1,13 @@
+2004-04-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: 
+       * gtk/gtkwidget.c: 
+       Make all style properties readonly.
+
 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcolorsel.c: Add a11y relations between the color
-       wheel and the spin buttons.  (#132745)
+       wheel and the spin buttons.  (#132745, Padraig, O'Briain)
 
        * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
        the meaning of size == -1.
index d0b1e824ef8dd7789890f0ff100043cb0849e112..d43f98b915820f299259db638698e0c78483d0c7 100644 (file)
@@ -1,7 +1,13 @@
+2004-04-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: 
+       * gtk/gtkwidget.c: 
+       Make all style properties readonly.
+
 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcolorsel.c: Add a11y relations between the color
-       wheel and the spin buttons.  (#132745)
+       wheel and the spin buttons.  (#132745, Padraig, O'Briain)
 
        * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
        the meaning of size == -1.
index d0b1e824ef8dd7789890f0ff100043cb0849e112..d43f98b915820f299259db638698e0c78483d0c7 100644 (file)
@@ -1,7 +1,13 @@
+2004-04-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: 
+       * gtk/gtkwidget.c: 
+       Make all style properties readonly.
+
 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcolorsel.c: Add a11y relations between the color
-       wheel and the spin buttons.  (#132745)
+       wheel and the spin buttons.  (#132745, Padraig, O'Briain)
 
        * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
        the meaning of size == -1.
index d0b1e824ef8dd7789890f0ff100043cb0849e112..d43f98b915820f299259db638698e0c78483d0c7 100644 (file)
@@ -1,7 +1,13 @@
+2004-04-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: 
+       * gtk/gtkwidget.c: 
+       Make all style properties readonly.
+
 2004-04-14  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcolorsel.c: Add a11y relations between the color
-       wheel and the spin buttons.  (#132745)
+       wheel and the spin buttons.  (#132745, Padraig, O'Briain)
 
        * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
        the meaning of size == -1.
index b72919c9a76f32cce4c6413dcdd025774e281b37..4a3d74f034eda687f196159bc2c04e8bbb8fb421 100644 (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));
 }
index 14d27f7f9a9f818324bdf21d3b99aada1596e2f1..098b0d4471998745a3d732feb5607077fd28dbe7 100644 (file)
@@ -1384,20 +1384,20 @@ gtk_widget_class_init (GtkWidgetClass *klass)
                                                             P_("Focus linewidth"),
                                                             P_("Width, in pixels, of the focus indicator line"),
                                                             0, G_MAXINT, 1,
-                                                            G_PARAM_READWRITE));
+                                                            G_PARAM_READABLE));
 
   gtk_widget_class_install_style_property (klass,
                                           g_param_spec_string ("focus-line-pattern",
                                                                P_("Focus line dash pattern"),
                                                                P_("Dash pattern used to draw the focus indicator"),
                                                                "\1\1",
-                                                               G_PARAM_READWRITE));
+                                                               G_PARAM_READABLE));
   gtk_widget_class_install_style_property (klass,
                                           g_param_spec_int ("focus-padding",
                                                             P_("Focus padding"),
                                                             P_("Width, in pixels, between focus indicator and the widget 'box'"),
                                                             0, G_MAXINT, 1,
-                                                            G_PARAM_READWRITE));
+                                                            G_PARAM_READABLE));
   gtk_widget_class_install_style_property (klass,
                                           g_param_spec_boxed ("cursor-color",
                                                               P_("Cursor color"),