Re: [g-a-devel]Accessibility support in Glade



On Mon, 2002-03-11 at 15:24, Bill Haneman wrote:

> static const gchar* atk_object_name_property_parent =
> "accessible-parent";
> 
> This one will not be explicitly set as often, but may sometimes be
> needed if one wishes to explicitly set an AtkObject hierarchy that
> differs from the one that would be constructed by default from the
> widget
> hierarchy.  It is an AtkObject itself, so it's a case where the
> <atkproperty> element would contain an <accessibility> child
> element, since each <accessibility/> node constructs an AtkObject.

Do you really need the <accessibility> child here?

Wouldn't this be enough:

  <atkproperty name="AtkObject:accessible-parent">widget1</atkproperty>


Would you really need to set atkproperties/actions/relations of the
accessible-parent's AtkObject? Wouldn't they be set when the parent was
created?

Damon





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]