summaryrefslogtreecommitdiff
path: root/atk
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2003-06-10 13:04:29 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-06-10 13:04:29 +0000
commit0beb474b69ab63884e6e78ed2d44abb9a537bb9b (patch)
treeefae02fb8d8aa95975354e1a4e6e57c9cb1873b2 /atk
parentedad2396d96fede51f7c694e1b109aadeb992cb7 (diff)
downloadatk-0beb474b69ab63884e6e78ed2d44abb9a537bb9b.tar.gz
Add new relation ATK_RELATION_POPUP.
2003-06-10 Padraig O'Briain <padraig.obriain@sun.com> * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation ATK_RELATION_POPUP.
Diffstat (limited to 'atk')
-rwxr-xr-xatk/atkrelationtype.h2
1 files changed, 2 insertions, 0 deletions
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;