Re: ATk, Java and Change Notifications



Padraig O'Briain wrote:
> 
> I would like to clarify what your expectations are for TEXT and whether they
> correspond to the current reality.
> 
> The TEXT properties, you refer to, are not (yet?) defined on AtkObject. The
> signals "text_changed" and "text_caret_moved" are defined on the interface
> AtkText.

There is some advantage to implementing these as properties as well,
for consistency.  However I think that implementing text_change as a
signal has the advantage that one doesn't have to extract the whole
text buffer in order to update the "property".  In other words,
text_changed allows notification of the change, rather than a
replacement of the whole "text contents" property.  Also signals allow
us better control of global notification.  I think properties should
be OK for the TABLE stuff.

-Bill

> Have we decided that a text change should be notified to a user of the ATK
> interface by a notify signal on a property rather than by a signal?
> 
> Padraig
> 
> _______________________________________________
> gnome-accessibility-list mailing list
> gnome-accessibility-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list

-- 
--------------
Bill Haneman
Gnome Accessibility / Batik SVG Toolkit
Sun Microsystems Ireland




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