mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
45e33fe9c2
2008-02-15 Matthias Clasen <mclasen@redhat.com> * configure.in: Go back to 2.13.0 as version for now, as there was no consensus to do the jump. * many other places: Update Since: tags. svn path=/trunk/; revision=19586
96 lines
1.5 KiB
Plaintext
96 lines
1.5 KiB
Plaintext
<!-- ##### 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:
|
|
|
|
|