Re: g_object_notify on write-only properties?
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list gnome org
- Subject: Re: g_object_notify on write-only properties?
- Date: 28 Feb 2001 12:06:30 -0500
Alexander Larsson <alla lysator liu se> writes:
> I'm merging lee's GtkLabel GParam changes, and I have a question.
>
> The patch currently does
> g_object_notify (G_OBJECT (label), "markup");
> when setting the label from markup, even though the markup property is
> write only. This seems a bit strange, is it correct?
My opinion is that the ::markup and ::pattern properties should
be write-only, and the ::attributes and ::label properties should
be read-write. (I haven't looked at the exact names here)
So, setting ::markup should notify ::attributes and ::label,
and setting ::pattern should notify ::attributes.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]