Add new relation ATK_RELATION_POPUP.
authorPadraig O'Briain <padraig.obriain@sun.com>
Tue, 10 Jun 2003 13:04:29 +0000 (13:04 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Tue, 10 Jun 2003 13:04:29 +0000 (13:04 +0000)
2003-06-10  Padraig O'Briain  <padraig.obriain@sun.com>

* atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
ATK_RELATION_POPUP.

ChangeLog
atk/atkrelationtype.h
docs/tmpl/atkrelation.sgml

index 3718506..bda5bbe 100644 (file)
--- 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
index b58d685..4d2629f 100755 (executable)
@@ -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;
 
index e525303..2652225 100644 (file)
@@ -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 ##### -->