summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/framebuffer.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-01-03 23:04:44 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-01-03 23:04:44 +0000
commit317ba5b26725dcd23351c70910ac0010ead1a415 (patch)
tree21fa3a1100e52624af51a7fdcb5a128fee919691 /docs/reference/gtk/framebuffer.sgml
parent39900836caf2a9cf3102caf298973b904fcea27a (diff)
downloadgdk-pixbuf-317ba5b26725dcd23351c70910ac0010ead1a415.tar.gz
Small additions.
* gtk/tmpl/gtktextview.sgml: Small additions. * gtk/tmpl/gtksignal.sgml: Explain what to use instead. * gtk/question_index.sgml, gtk/text_widget.sgml, gtk/tree_widget.sgml, gtk/changes-1.2.sgml, gtk/changes-2.0.sgml, gtk/framebuffer.sgml: SGML fixes and additions. * gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkeditable.sgml, gtk/tmpl/gtkfilesel.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml, gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkwindow.sgml: Replace references to deprecated functions.
Diffstat (limited to 'docs/reference/gtk/framebuffer.sgml')
-rw-r--r--docs/reference/gtk/framebuffer.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/gtk/framebuffer.sgml b/docs/reference/gtk/framebuffer.sgml
index cba73c02a..0ff649cd6 100644
--- a/docs/reference/gtk/framebuffer.sgml
+++ b/docs/reference/gtk/framebuffer.sgml
@@ -83,20 +83,20 @@ the key <literal>AliasFiles</literal> in the <literal>PangoFT2</literal> section
<para>
An example of a font alias file for the urw fontset is:
-<programlisting>
+<informalexample><programlisting>
sans normal normal normal normal "urw gothic l"
serif normal normal normal normal "urw palladio l"
monospace normal normal normal normal "nimbus mono l"
-</programlisting>
+</programlisting></informalexample>
</para>
<para>
And one using the Windows TrueType fonts is:
-<programlisting>
+<informalexample><programlisting>
sans normal normal normal normal "arial"
serif normal normal normal normal "times new roman"
monospace normal normal normal normal "courier new"
-</programlisting>
+</programlisting></informalexample>
A more detailed example can be found in
<filename>examples/pangoft2.aliases</filename> in the