summaryrefslogtreecommitdiff
path: root/docs/reference/libgail-util
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-04-18 19:40:17 +0200
committerJavier Jardón <jjardon@gnome.org>2010-04-18 19:46:29 +0200
commit72d5cc8cd51f8bc3f66186c668f2d4cfd191f6ca (patch)
tree39307a8ea9188e373c6d93545d3ad772c9e519fd /docs/reference/libgail-util
parent508ed4bbabfc519269efe33331f2d49a8fcb6a4a (diff)
downloadgtk+-72d5cc8cd51f8bc3f66186c668f2d4cfd191f6ca.tar.gz
[docs] Move documentation to inline comments: GailTextUtil and GailMisc
Diffstat (limited to 'docs/reference/libgail-util')
-rw-r--r--docs/reference/libgail-util/tmpl/gail-libgail-util-unused.sgml0
-rw-r--r--docs/reference/libgail-util/tmpl/gailmisc.sgml125
-rw-r--r--docs/reference/libgail-util/tmpl/gailtextutil.sgml95
3 files changed, 0 insertions, 220 deletions
diff --git a/docs/reference/libgail-util/tmpl/gail-libgail-util-unused.sgml b/docs/reference/libgail-util/tmpl/gail-libgail-util-unused.sgml
deleted file mode 100644
index e69de29bb2..0000000000
--- a/docs/reference/libgail-util/tmpl/gail-libgail-util-unused.sgml
+++ /dev/null
diff --git a/docs/reference/libgail-util/tmpl/gailmisc.sgml b/docs/reference/libgail-util/tmpl/gailmisc.sgml
deleted file mode 100644
index 6cb5571f6e..0000000000
--- a/docs/reference/libgail-util/tmpl/gailmisc.sgml
+++ /dev/null
@@ -1,125 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GailMisc
-
-<!-- ##### SECTION Short_Description ##### -->
-GailMisc is a set of utility functions which may be useful to implementors of
-Atk interfaces for custom widgets.
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-GailMisc is a set of utility function which are used in the implemementation
-of Atk interfaces for Gtk widgets. They may be useful to implementors of
-Atk interfaces for custom widgets.
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### FUNCTION gail_misc_add_attribute ##### -->
-<para>
-
-</para>
-
-@attrib_set:
-@attr:
-@value:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_layout_get_run_attributes ##### -->
-<para>
-
-</para>
-
-@attrib_set:
-@layout:
-@text:
-@offset:
-@start_offset:
-@end_offset:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_get_default_attributes ##### -->
-<para>
-
-</para>
-
-@attrib_set:
-@layout:
-@widget:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_get_extents_from_pango_rectangle ##### -->
-<para>
-
-</para>
-
-@widget:
-@char_rect:
-@x_layout:
-@y_layout:
-@x:
-@y:
-@width:
-@height:
-@coords:
-
-
-<!-- ##### FUNCTION gail_misc_get_index_at_point_in_layout ##### -->
-<para>
-
-</para>
-
-@widget:
-@layout:
-@x_layout:
-@y_layout:
-@x:
-@y:
-@coords:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_get_origins ##### -->
-<para>
-
-</para>
-
-@widget:
-@x_window:
-@y_window:
-@x_toplevel:
-@y_toplevel:
-
-
-<!-- ##### FUNCTION gail_misc_add_to_attr_set ##### -->
-<para>
-
-</para>
-
-@attrib_set:
-@attrs:
-@attr:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_misc_buffer_get_run_attributes ##### -->
-<para>
-
-</para>
-
-@buffer:
-@offset:
-@start_offset:
-@end_offset:
-@Returns:
-
-
diff --git a/docs/reference/libgail-util/tmpl/gailtextutil.sgml b/docs/reference/libgail-util/tmpl/gailtextutil.sgml
deleted file mode 100644
index 8fb464fa92..0000000000
--- a/docs/reference/libgail-util/tmpl/gailtextutil.sgml
+++ /dev/null
@@ -1,95 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GailTextUtil
-
-<!-- ##### SECTION Short_Description ##### -->
-GailTextUtil is a utility class which can be used to implement some of
-the AtkText functions for accessible objects which implement AtkText.
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-GailTextUtil is a utility class which can be used to implement the
-AtkText functions which get text for accessible objects which implement
-AtkText.
-
-In GAIL it is used by the accsesible objects for GnomeCanvasText, GtkEntry,
-GtkLabel, GtkCellRendererText and GtkTextview.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT GailTextUtil ##### -->
-<para>
-The GailTextCell structure should not be accessed directly.
-
-</para>
-
-@parent:
-@buffer:
-
-<!-- ##### ENUM GailOffsetType ##### -->
-<para>
-
-</para>
-
-@GAIL_BEFORE_OFFSET:
-@GAIL_AT_OFFSET:
-@GAIL_AFTER_OFFSET:
-
-<!-- ##### FUNCTION gail_text_util_new ##### -->
-<para>
-
-</para>
-
-@Returns:
-
-
-<!-- ##### FUNCTION gail_text_util_text_setup ##### -->
-<para>
-
-</para>
-
-@textutil:
-@text:
-
-
-<!-- ##### FUNCTION gail_text_util_buffer_setup ##### -->
-<para>
-
-</para>
-
-@textutil:
-@buffer:
-
-
-<!-- ##### FUNCTION gail_text_util_get_text ##### -->
-<para>
-
-</para>
-
-@textutil:
-@layout:
-@function:
-@boundary_type:
-@offset:
-@start_offset:
-@end_offset:
-@Returns:
-
-
-<!-- ##### FUNCTION gail_text_util_get_substring ##### -->
-<para>
-
-</para>
-
-@textutil:
-@start_pos:
-@end_pos:
-@Returns:
-
-