summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog5
-rwxr-xr-xatk/atkrelationtype.h2
-rw-r--r--docs/tmpl/atkrelation.sgml1
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3718506..bda5bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-10 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
+ ATK_RELATION_POPUP.
+
2003-06-05 Paul Duffy <dubhthach@frink.nuigalway.ie>
* 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:
<!-- ##### FUNCTION atk_relation_type_register ##### -->