mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 09:10:11 +00:00
24aef23aab
* gdk/gdkwindow.c: Typo fix. * gtk/gtk-sections.sgml: Add GtkTextChildAnchor. * gdk/tmpl/dnd.sgml: Updates. * gdk/tmpl/pango_interaction.sgml: Document GdkPangoAttrEmbossed and GdkPangoAttrStipple.
97 lines
1.3 KiB
Plaintext
97 lines
1.3 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
Pango Interaction
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gdk_pango_context_get ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pango_context_set_colormap ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@context:
|
|
@colormap:
|
|
|
|
|
|
<!-- ##### STRUCT GdkPangoAttrEmbossed ##### -->
|
|
<para>
|
|
A Pango text attribute containing a embossed bitmap to be used when
|
|
rendering the text.
|
|
</para>
|
|
|
|
@attr: the #PangoAttribute.
|
|
@embossed: the embossed bitmap.
|
|
|
|
|
|
<!-- ##### STRUCT GdkPangoAttrStipple ##### -->
|
|
<para>
|
|
A Pango text attribute containing a stipple bitmap to be used when
|
|
rendering the text.
|
|
</para>
|
|
|
|
@attr: the #PangoAttribute.
|
|
@stipple: the stipple bitmap.
|
|
|
|
<!-- ##### FUNCTION gdk_pango_attr_embossed_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@embossed:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pango_attr_stipple_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@stipple:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pango_layout_get_clip_region ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@layout:
|
|
@x_origin:
|
|
@y_origin:
|
|
@index_ranges:
|
|
@n_ranges:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pango_layout_line_get_clip_region ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@line:
|
|
@x_origin:
|
|
@y_origin:
|
|
@index_ranges:
|
|
@n_ranges:
|
|
@Returns:
|
|
|
|
|