Add description for ATK_RELATION_SUBWINDOW_OF. Fixes bug #161562.
authorPadraig O'Briain <padraig.obriain@sun.com>
Mon, 20 Dec 2004 08:39:09 +0000 (08:39 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Mon, 20 Dec 2004 08:39:09 +0000 (08:39 +0000)
2004-12-20  Padraig O'Briain  <padraig.obriain@sun.com>

* atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
Fixes bug #161562.

ChangeLog
atk/atkrelationtype.h

index 880291a..e0c29fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
+       Fixes bug #161562.
+
 2004-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * ===== Released 1.9.0=====
index 58f20de..f59e4fb 100755 (executable)
@@ -37,7 +37,7 @@ extern "C" {
  *  AtkObject in a sequential way, (for instance text-flow).
  *@ATK_RELATION_FLOWS_FROM: Indicates that the object has content that flows logically from
  *  another AtkObject in a sequential way, (for instance text-flow).
- *@ATK_RELATION_SUBWINDOW_OF: [not sure about this one, ask Peter]
+ *@ATK_RELATION_SUBWINDOW_OF: Indicates a subwindow attached to a component but otherwise has no connection in  the UI heirarchy to that component.
  *@ATK_RELATION_EMBEDS: Indicates that the object visually embeds 
  *  another object's content, i.e. this object's content flows around 
  *  another's content.