Re: [g-a-devel]Accessibility for clock applet



I think providing a toltip for the applet would be good. It might be nice for it to either contain the text of the label, or simply the text 'clock" so that when tabbing through the applets on the panel, the AT can speak a description of the applet.

The text of the label is already available by calling atk_object_get_name on the atkObject for the GtkLabel.

Marc
At 08:49 AM 3/4/2002 +0000, Padraig O'Briain wrote:

>
> Hi,
>  I have been looking at providing accessibility support for clock
> applet.
> I found now there is only one type of clock (i.e. computer clock) is
> available.
> The time and date in the clock applet are displayed using gtk-label.

Is the time the text in a GtkLabel? (I assume you _do_mean GtkLabel with
gtk-label.)

atk_object_get_name() should return the text on the label when called for an
AtkObject for a GtkLabel so I do not understand why you set accessible name.

Padraig

> From accessiblity point of view, I found that only accessible name and
> descriptions are missing which I could set.
> Tooltips and atk relation between radio buttons in the property dialog
> box are already present.
>
> Please comment on the above.
>
> Thanks,
> Pasu
>
> _______________________________________________
> Gnome-accessibility-devel mailing list
> Gnome-accessibility-devel gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel

_______________________________________________
Gnome-accessibility-devel mailing list
Gnome-accessibility-devel gnome org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel




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