summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkrelation.sgml
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2001-05-29 11:01:30 +0000
committerBrian Cameron <bcameron@src.gnome.org>2001-05-29 11:01:30 +0000
commit93f5a36f7eac8c9a92d042e6103aeb38fa368bf1 (patch)
tree131dcbad208e60cdaccc1839d28c89d04a704bd5 /docs/tmpl/atkrelation.sgml
parent8d1a537326438843b0ebf740d431905641271d56 (diff)
downloadatk-93f5a36f7eac8c9a92d042e6103aeb38fa368bf1.tar.gz
Adding atk docs SGML template files
Diffstat (limited to 'docs/tmpl/atkrelation.sgml')
-rw-r--r--docs/tmpl/atkrelation.sgml67
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/tmpl/atkrelation.sgml b/docs/tmpl/atkrelation.sgml
new file mode 100644
index 0000000..a357252
--- /dev/null
+++ b/docs/tmpl/atkrelation.sgml
@@ -0,0 +1,67 @@
+<!-- ##### SECTION Title ##### -->
+AtkRelation
+
+<!-- ##### SECTION Short_Description ##### -->
+defines the functional relationship between two #AtkObjects
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+Defines the functional relationship between two #AtkObjects.
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### ENUM AtkRelationType ##### -->
+<para>
+
+</para>
+
+@ATK_RELATION_NULL:
+@ATK_RELATION_CONTROLLED_BY:
+@ATK_RELATION_CONTROLLER_FOR:
+@ATK_RELATION_LABEL_FOR:
+@ATK_RELATION_LABELLED_BY:
+@ATK_RELATION_MEMBER_OF:
+@ATK_RELATION_LAST_DEFINED:
+
+<!-- ##### FUNCTION atk_relation_type_register ##### -->
+<para>
+
+</para>
+
+@name:
+@Returns:
+
+
+<!-- ##### FUNCTION atk_relation_new ##### -->
+<para>
+
+</para>
+
+@targets:
+@n_targets:
+@relationship:
+@Returns:
+
+
+<!-- ##### FUNCTION atk_relation_get_relation_type ##### -->
+<para>
+
+</para>
+
+@relation:
+@Returns:
+
+
+<!-- ##### FUNCTION atk_relation_get_target ##### -->
+<para>
+
+</para>
+
+@relation:
+@Returns:
+
+