From: padraigo Date: Mon, 20 Dec 2004 09:30:58 +0000 (+0000) Subject: 2004-12-20 Padraig O'Briain X-Git-Tag: AT_SPI2_CORE_0_1_3~529 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0886c3c8d7163deacd123917b017be78e367e9e7;p=platform%2Fupstream%2Fat-spi2-core.git 2004-12-20 Padraig O'Briain * cspi/spi.h: Add description for SPI_RELATION_SUBWINDOW_OF. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@728 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index c17b854..8ccc969 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-20 Padraig O'Briain + + * cspi/spi.h: Add description for SPI_RELATION_SUBWINDOW_OF. + 2004-12-09 Bill Haneman * registryd/registry-main.c: diff --git a/cspi/spi.h b/cspi/spi.h index 9b341d6..62f0827 100644 --- a/cspi/spi.h +++ b/cspi/spi.h @@ -101,7 +101,7 @@ more target objects. * AtkObject in a sequential way, (for instance text-flow). *@SPI_RELATION_FLOWS_FROM: Indicates that the object has content that flows logically from * another AtkObject in a sequential way, (for instance text-flow). - *@SPI_RELATION_SUBWINDOW_OF: + *@SPI_RELATION_SUBWINDOW_OF: Indicates a subwindow attached to a component but otherwise has no connection in the UI heirarchy to that component. *@SPI_RELATION_EMBEDS: Indicates that the object visually embeds * another object's content, i.e. this object's content flows around * another's content.