forked from AuroraMiddleware/gtk
65cce90c27
* gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Remove period from title of example in docs. * gdk/tmpl/x_interaction.sgml: * gdk/tmpl/pango_interaction.sgml: * gdk/tmpl/input_devices.sgml: * gdk/tmpl/input.sgml: * gdk/tmpl/threads.sgml: * gdk/tmpl/properties.sgml: * gdk/tmpl/dnd.sgml: * gdk/tmpl/selections.sgml: * gdk/tmpl/keys.sgml: * gdk/tmpl/event_structs.sgml: * gdk/tmpl/events.sgml: * gdk/tmpl/windows.sgml: * gdk/tmpl/cursors.sgml: * gdk/tmpl/fonts.sgml: * gdk/tmpl/colors.sgml: * gdk/tmpl/pixbufs.sgml: * gdk/tmpl/images.sgml: * gdk/tmpl/pixmaps.sgml: * gdk/tmpl/drawing.sgml: * gdk/tmpl/regions.sgml: * gdk/tmpl/gdkdisplaymanager.sgml: * gdk/tmpl/gdkscreen.sgml: * gdk/tmpl/gdkdisplay.sgml: * gdk/tmpl/general.sgml: Add missing short descriptions, standardize them to start with a capital and end without a period. Also remove periods from titles of examples.
105 lines
1.4 KiB
Plaintext
105 lines
1.4 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
Pango Interaction
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Low-level access to Pango
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gdk_pango_context_get ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pango_context_get_for_screen ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@screen:
|
|
@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:
|
|
|
|
|