Not sure if this is really always wanted or whether we need to filter
the attributes, or even create a separate property for them.
"xalign", 0.0f,
"ellipsize", PANGO_ELLIPSIZE_END,
NULL);
+ gtk_label_set_attributes (GTK_LABEL (priv->placeholder), priv->attrs);
gtk_widget_insert_after (priv->placeholder, GTK_WIDGET (self), NULL);
}
else
pango_attr_list_unref (priv->attrs);
priv->attrs = attrs;
+ if (priv->placeholder)
+ gtk_label_set_attributes (GTK_LABEL (priv->placeholder), attrs);
+
g_object_notify_by_pspec (G_OBJECT (self), text_props[PROP_ATTRIBUTES]);
gtk_text_recompute (self);