Re: [g-a-devel]Accessibility support in Glade
- From: Damon Chaplin <damon ximian com>
- To: Bill Haneman <bill haneman sun com>
- Cc: gnome-accessibility-devel gnome org
- Subject: Re: [g-a-devel]Accessibility support in Glade
- Date: 12 Mar 2002 15:57:23 -0500
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]