atk/atkobject.[c|h] Remove the following properties accessible-child - use
authorPadraig O'Briain <padraigo@src.gnome.org>
Fri, 26 Oct 2001 08:57:38 +0000 (08:57 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Fri, 26 Oct 2001 08:57:38 +0000 (08:57 +0000)
commit5c4b76d73b363ea2bf292b06e3a20fdf18e12c48
treee76ac8cd71b94b12e76601dd73b55c00e3e5184e
parente4357cc85dda53f3c0be5cffeb52c1099cc29d31
atk/atkobject.[c|h] Remove the following properties accessible-child - use

* atk/atkobject.[c|h]
Remove the following properties
accessible-child - use signal children_changed for notification
accessible-text - use signal text_changed for notification
accessible-caret - use signal text_caret_moved for notification
accessible-selection - use new signal selection_changed
for notification
accessible-visible-data - use new signal visible_data_changed
for notification
accessible-model - use new signal model_changed for notification
Notify when role or parent changes
Allow parent and role to be set or got using g_object_set() or
g_object_get()
ChangeLog
atk/atkobject.c
atk/atkobject.h