Re: [g-a-devel]Gnome 2.0 : accessibility for the gnome-cd application
- From: Bill Haneman <bill haneman sun com>
- To: "Padraig O'Briain" <Padraig Obriain sun com>
- Cc: jayaraj rajappan wipro com, gnome-accessibility-devel gnome org
- Subject: Re: [g-a-devel]Gnome 2.0 : accessibility for the gnome-cd application
- Date: Mon, 11 Feb 2002 16:35:21 +0000
Padraig O'Briain wrote:
...
> What we have in gail/util, in gailmisc.[ch] are support functions, which are
> used in GailEntry, GailLabel and GailTextCell, which manipulate a PangoLayout or
> the PangoRectangle obtained from a PangoLayout.
>
> Our hope is that these functions can be used in the implementation of ATK
> interfaces for custom widgets.
>
> Padraig
>
Jayaraj:
I believe that you could create a new subtype of AtkObject (called
PangoAccessible,
perhaps?) which used the above functions, and which contained a
reference to
the PangoLayout as private data.
something like this:
struct PangoAccessibleClass
{
AtkObjectClass parent;
/* other private class data here */
}
struct PangoAccessible
{
AtkObject parent;
PangoLayout *layout;
/* etc. */
}
-Bill
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]