diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-29 23:08:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-29 23:08:38 +0000 |
commit | 24aef23aab128c58c901092cb793d9a69caf2a24 (patch) | |
tree | d0fe4ed359bc361f7bba719ecb2458ef1deafbb8 /docs/reference/gdk/tmpl/pango_interaction.sgml | |
parent | 209d0867e6369e75aa6b96ed229a0aaa6df91b64 (diff) | |
download | gtk+-24aef23aab128c58c901092cb793d9a69caf2a24.tar.gz |
Typo fix.GTK_MULTIHEAD_MERGEPOINT_30_11_01
* 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.
Diffstat (limited to 'docs/reference/gdk/tmpl/pango_interaction.sgml')
-rw-r--r-- | docs/reference/gdk/tmpl/pango_interaction.sgml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/reference/gdk/tmpl/pango_interaction.sgml b/docs/reference/gdk/tmpl/pango_interaction.sgml index 8ecda464a8..48d6d65d9f 100644 --- a/docs/reference/gdk/tmpl/pango_interaction.sgml +++ b/docs/reference/gdk/tmpl/pango_interaction.sgml @@ -33,19 +33,22 @@ Pango Interaction <!-- ##### STRUCT GdkPangoAttrEmbossed ##### --> <para> - +A Pango text attribute containing a embossed bitmap to be used when +rendering the text. </para> -@attr: -@embossed: +@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: -@stipple: +@attr: the #PangoAttribute. +@stipple: the stipple bitmap. <!-- ##### FUNCTION gdk_pango_attr_embossed_new ##### --> <para> |