From 0beb474b69ab63884e6e78ed2d44abb9a537bb9b Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Tue, 10 Jun 2003 13:04:29 +0000 Subject: [PATCH] Add new relation ATK_RELATION_POPUP. 2003-06-10 Padraig O'Briain * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation ATK_RELATION_POPUP. --- ChangeLog | 5 +++++ atk/atkrelationtype.h | 2 ++ docs/tmpl/atkrelation.sgml | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3718506..bda5bbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-10 Padraig O'Briain + + * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation + ATK_RELATION_POPUP. + 2003-06-05 Paul Duffy * configure.in: Added ga (irish) to ALL_LINGUAS diff --git a/atk/atkrelationtype.h b/atk/atkrelationtype.h index b58d685..4d2629f 100755 --- a/atk/atkrelationtype.h +++ b/atk/atkrelationtype.h @@ -43,6 +43,7 @@ extern "C" { * another's content. *@ATK_RELATION_EMBEDDED_BY: Inverse of %ATK_RELATION_EMBEDS, indicates that * this object's content is visualy embedded in another object. + *@ATK_RELATION_POPUP_FOR: Indicates that an object is a popup for another object. *@ATK_RELATION_LAST_DEFINED: * *Describes the type of the relation @@ -61,6 +62,7 @@ typedef enum ATK_RELATION_SUBWINDOW_OF, ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY, + ATK_RELATION_POPUP_FOR, ATK_RELATION_LAST_DEFINED } AtkRelationType; diff --git a/docs/tmpl/atkrelation.sgml b/docs/tmpl/atkrelation.sgml index e525303..2652225 100644 --- a/docs/tmpl/atkrelation.sgml +++ b/docs/tmpl/atkrelation.sgml @@ -43,6 +43,7 @@ The AtkRelation structure should not be accessed directly. @ATK_RELATION_SUBWINDOW_OF: @ATK_RELATION_EMBEDS: @ATK_RELATION_EMBEDDED_BY: +@ATK_RELATION_POPUP_FOR: @ATK_RELATION_LAST_DEFINED: -- 2.7.4