From a9e504b51d84815bb155045b4c2b91276022ae5d Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Mon, 20 Dec 2004 08:39:09 +0000 Subject: [PATCH] Add description for ATK_RELATION_SUBWINDOW_OF. Fixes bug #161562. 2004-12-20 Padraig O'Briain * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF. Fixes bug #161562. --- ChangeLog | 5 +++++ atk/atkrelationtype.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 880291a..e0c29fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-20 Padraig O'Briain + + * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF. + Fixes bug #161562. + 2004-11-29 Padraig O'Briain * ===== 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. -- 2.7.4