summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-11-21 14:52:34 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-11-21 14:52:34 +0000
commitc3cf34712e7d9be39c72729691a42c4206dacc6e (patch)
treeeafd034c5190c5a3207080f64985f82f9ffa7b02 /docs
parent4b35fa077afce4cee9a85be4a202239b900b786f (diff)
downloadatk-c3cf34712e7d9be39c72729691a42c4206dacc6e.tar.gz
Add enum AtkLayer and functions atk_object_get_layer and
* atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml: Add enum AtkLayer and functions atk_object_get_layer and atk_object_get_mdi_zorder
Diffstat (limited to 'docs')
-rw-r--r--docs/atk-sections.txt3
-rw-r--r--docs/tmpl/atkobject.sgml33
2 files changed, 36 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index 4bc486d..966621a 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -143,6 +143,7 @@ ATK_NO_OP_OBJECT_FACTORY_GET_CLASS
<TITLE>AtkObject</TITLE>
AtkRole
atk_role_register
+AtkLayer
AtkImplementor
AtkImplementorIface
AtkRelationSet
@@ -155,6 +156,8 @@ atk_object_get_parent
atk_object_get_n_accessible_children
atk_object_ref_accessible_child
atk_object_ref_relation_set
+atk_object_get_layer
+atk_object_get_mdi_zorder
atk_object_get_role
atk_object_ref_state_set
atk_object_get_index_in_parent
diff --git a/docs/tmpl/atkobject.sgml b/docs/tmpl/atkobject.sgml
index 37091eb..5cab149 100644
--- a/docs/tmpl/atkobject.sgml
+++ b/docs/tmpl/atkobject.sgml
@@ -104,6 +104,19 @@ of the other ATK interfaces:
@Returns:
+<!-- ##### ENUM AtkLayer ##### -->
+<para>
+
+</para>
+
+@ATK_LAYER_INVALID:
+@ATK_LAYER_BACKGROUND:
+@ATK_LAYER_CANVAS:
+@ATK_LAYER_WIDGET:
+@ATK_LAYER_MDI:
+@ATK_LAYER_POPUP:
+@ATK_LAYER_OVERLAY:
+
<!-- ##### STRUCT AtkImplementor ##### -->
<para>
@@ -208,6 +221,26 @@ of the other ATK interfaces:
@Returns:
+<!-- ##### FUNCTION atk_object_get_layer ##### -->
+<para>
+
+</para>
+
+@accessible:
+@Returns:
+
+
+<!-- ##### FUNCTION atk_object_get_mdi_zorder ##### -->
+<para>
+
+</para>
+
+@accessible:
+@Returns:
+<!-- # Unused Parameters # -->
+@acessible:
+
+
<!-- ##### FUNCTION atk_object_get_role ##### -->
<para>