mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
a8e6ee33b1
* configure.in: * docs/reference/Makefile.am: * docs/reference/libgail-util/*: * gail-uninstalled.pc.in: * gail.pc.in: * modules/Makefile.am: * modules/other/Makefile.am: * modules/other/gail/*: * modules/other/gail/libgail-util/*: * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488. svn path=/trunk/; revision=19196
93 lines
1.4 KiB
Plaintext
93 lines
1.4 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>
|
|
|
|
<!-- ##### 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:
|
|
|
|
|