Re: GtkIconView and Accessibility



Matthias Clasen wrote:
> 
> > Currently there is no accessibility support for GtkIconView.
> 
> > It looks to me that the accessibility support we need to add
> > is similar to that done for NautilusIconContainer and
> > NautilusIconCanvasItem.
> 
> > Can this accessibility implementation be done in gtkiconview.c?
> 
> > The advantage of doing it in gtkiconview.c is the accessibility
> > code will have access to the GtkIconViewItem and GtkIconViewPrivate
> > data structures, which I expect will be necessary in order to do
> > the accessibility implementation.
> 
> Padraig,
> 
> that should be fine, at least we don't have any principal objections
> against a11y code in gtk. Speaking about a11y code, did you have a
> chance to look at the combo box, and see whether the current api lets
> you implement its a11y outside of gtk ?
> 

I think that I may still have a problem with impleme4nting some of AtkText for items in the combo box but this is low priority and I have not had a chance to look at it yet. I am satisfied that I can get at the text in the items which is the most important thing.

Padraig

> Matthias
> 
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list



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