Update for recent changes
authorPadraig O'Briain <padraigo@src.gnome.org>
Fri, 15 Feb 2002 11:27:24 +0000 (11:27 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Fri, 15 Feb 2002 11:27:24 +0000 (11:27 +0000)
* docs/atk-sections.txt docs/tmpl/atkaction.sgml
docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
Update for recent changes

docs/atk-sections.txt
docs/tmpl/atkaction.sgml
docs/tmpl/atkcomponent.sgml
docs/tmpl/atkeditabletext.sgml
docs/tmpl/atkimage.sgml
docs/tmpl/atkobject.sgml
docs/tmpl/atkselection.sgml
docs/tmpl/atkstreamablecontent.sgml
docs/tmpl/atktable.sgml
docs/tmpl/atktext.sgml
docs/tmpl/atkvalue.sgml

index 681e28a..804177f 100644 (file)
@@ -25,6 +25,8 @@ AtkComponentIface
 atk_component_add_focus_handler
 atk_component_contains
 atk_component_get_extents
+atk_component_get_layer
+atk_component_get_mdi_zorder
 atk_component_get_position
 atk_component_get_size
 atk_component_grab_focus
index 37a4ab2..bc6692f 100644 (file)
@@ -35,6 +35,7 @@ AtkActions.  Where mouse and keyboard actions are redundant in effect,
 actions if possible.  By convention we have been using "mouse centric"
 terminology for #AtkAction names.
 </para>
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
@@ -58,6 +59,8 @@ terminology for #AtkAction names.
 @get_name: 
 @get_keybinding: 
 @set_description: 
+@pad1: 
+@pad2: 
 
 <!-- ##### FUNCTION atk_action_do_action ##### -->
 <para>
index fdef339..3113221 100644 (file)
@@ -4,6 +4,7 @@ AtkComponent
 <!-- ##### SECTION Short_Description ##### -->
 ATK Interface provided by UI components which occupy a physical area on
 the screen.
+
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 #AtkComponent should be implemented by most if not all UI elements with
@@ -47,6 +48,10 @@ provided by #AtkText.
 @set_extents: 
 @set_position: 
 @set_size: 
+@get_layer: 
+@get_mdi_zorder: 
+@pad1: 
+@pad2: 
 
 <!-- ##### FUNCTION atk_component_add_focus_handler ##### -->
 <para>
@@ -83,6 +88,24 @@ provided by #AtkText.
 @coord_type: 
 
 
+<!-- ##### FUNCTION atk_component_get_layer ##### -->
+<para>
+
+</para>
+
+@component: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_component_get_mdi_zorder ##### -->
+<para>
+
+</para>
+
+@component: 
+@Returns: 
+
+
 <!-- ##### FUNCTION atk_component_get_position ##### -->
 <para>
 
index 7fb992e..7c1f44d 100644 (file)
@@ -3,6 +3,7 @@ AtkEditableText
 
 <!-- ##### SECTION Short_Description ##### -->
 ATK Interface implemented by components containing user-editable text content.
+
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 #AtkEditableText should be implemented by UI components which contain
@@ -38,6 +39,8 @@ implements #AtkEditableText is by definition an #AtkText implementor as well.
 @cut_text: 
 @delete_text: 
 @paste_text: 
+@pad1: 
+@pad2: 
 
 <!-- ##### FUNCTION atk_editable_text_set_run_attributes ##### -->
 <para>
index ae05133..749bc09 100644 (file)
@@ -4,6 +4,7 @@ AtkImage
 <!-- ##### SECTION Short_Description ##### -->
 ATK Interface implemented by components which expose image or pixmap
 content on-screen.
+
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 #AtkImage should be implemented by #AtkObject subtypes on behalf of
@@ -41,6 +42,8 @@ most significant information present in the image.
 @get_image_description: 
 @get_image_size: 
 @set_image_description: 
+@pad1: 
+@pad2: 
 
 <!-- ##### FUNCTION atk_image_get_image_position ##### -->
 <para>
index 10f6385..bdcffdf 100644 (file)
@@ -24,6 +24,7 @@ built into the toolkit for the widget class or ancestor class, or in
 the case of custom widgets, if the inherited #AtkObject implementation
 is insufficient, via instances of a new #AtkObject subclass. 
 </para>
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 See also: #AtkObjectFactory, #AtkRegistry.
index 2ace0a4..d1daf2c 100644 (file)
@@ -5,6 +5,7 @@ AtkSelection
 
 ATK Interface implemented by container objects whose #AtkObject children
 can be selected.
+
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 #AtkSelection should be implemented by UI components with children which
@@ -18,6 +19,7 @@ Note that other types of "selection" (for instance text selection) are
 accomplished a other ATK interfaces - #AtkSelection is limited to the
 selection/deselection of children.
 </para>
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 #AtkText
@@ -43,6 +45,8 @@ selection/deselection of children.
 @remove_selection: 
 @select_all_selection: 
 @selection_changed: 
+@pad1: 
+@pad2: 
 
 <!-- ##### FUNCTION atk_selection_add_selection ##### -->
 <para>
index 5cef56f..ee4d96c 100644 (file)
@@ -29,6 +29,10 @@ AtkStreamableContent
 @get_n_mime_types: 
 @get_mime_type: 
 @get_stream: 
+@pad1: 
+@pad2: 
+@pad3: 
+@pad4: 
 
 <!-- ##### FUNCTION atk_streamable_content_get_n_mime_types ##### -->
 <para>
index 986c1c0..c591e4e 100644 (file)
@@ -27,6 +27,7 @@ headers and captions.  Headers and captions are #AtkObjects which may
 implement other interfaces (#AtkText, #AtkImage, etc.) as appropriate.
 #AtkTable summaries may themselves be (simplified) #AtkTables, etc.
 </para>
+
 <!-- ##### SECTION See_Also ##### -->
 <para>
 #AtkObject, #ATK_STATE_TRANSIENT
@@ -80,6 +81,10 @@ implement other interfaces (#AtkText, #AtkImage, etc.) as appropriate.
 @row_reordered: 
 @column_reordered: 
 @model_changed: 
+@pad1: 
+@pad2: 
+@pad3: 
+@pad4: 
 
 <!-- ##### FUNCTION atk_table_ref_at ##### -->
 <para>
index 981cc01..4c64847 100644 (file)
@@ -63,6 +63,10 @@ glyph-to-offset mapping may be complex for languages which use ligatures.
 @text_changed: 
 @text_caret_moved: 
 @text_selection_changed: 
+@pad1: 
+@pad2: 
+@pad3: 
+@pad4: 
 
 <!-- ##### ENUM AtkTextBoundary ##### -->
 <para>
index 8f244b2..0e17efd 100644 (file)
@@ -4,6 +4,7 @@ AtkValue
 <!-- ##### SECTION Short_Description ##### -->
 ATK Interface implemented by valuators and components which display or
 select a value from a bounded range of values.
+
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 #AtkValue should be implemented for components which either display a
@@ -36,6 +37,8 @@ indicate failure.
 @get_maximum_value: 
 @get_minimum_value: 
 @set_current_value: 
+@pad1: 
+@pad2: 
 
 <!-- ##### FUNCTION atk_value_get_current_value ##### -->
 <para>