summaryrefslogtreecommitdiff
path: root/atk/atkrelationtype.h
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 /atk/atkrelationtype.h
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.
Diffstat (limited to 'atk/atkrelationtype.h')
-rwxr-xr-xatk/atkrelationtype.h2
1 files changed, 1 insertions, 1 deletions
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.