summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2004-12-20 08:39:09 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2004-12-20 08:39:09 +0000
commita9e504b51d84815bb155045b4c2b91276022ae5d (patch)
tree793be6a7c9ae60be75a3d6e584a896c0fa276e21
parent855183438cdb28bf25d7a344dc66dde5dd1f05f4 (diff)
downloadatk-a9e504b51d84815bb155045b4c2b91276022ae5d.tar.gz
Add description for ATK_RELATION_SUBWINDOW_OF. Fixes bug #161562.
2004-12-20 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF. Fixes bug #161562.
-rw-r--r--ChangeLog5
-rwxr-xr-xatk/atkrelationtype.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 880291a..e0c29fd 100644
--- 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=====
diff --git a/atk/atkrelationtype.h b/atk/atkrelationtype.h
index 58f20de..f59e4fb 100755
--- a/atk/atkrelationtype.h
+++ b/atk/atkrelationtype.h
@@ -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.