docs: use informal figures for screenshots

This commit is contained in:
William Jon McCann 2013-07-17 13:09:28 -04:00
parent 8e3f8d8720
commit 519930cfc6

View File

@ -19,9 +19,13 @@
program possible. This program will create an empty 200 × 200 pixel program possible. This program will create an empty 200 × 200 pixel
window.</para> window.</para>
<para> <informalfigure>
<inlinegraphic fileref="window-default.png" format="PNG"></inlinegraphic> <mediaobject>
</para> <imageobject>
<imagedata fileref="window-default.png" format="PNG"/>
</imageobject>
</mediaobject>
</informalfigure>
<informalexample> <informalexample>
<para>Create a new file with the following content named example-0.c.</para> <para>Create a new file with the following content named example-0.c.</para>
@ -102,9 +106,13 @@
<para>In the long tradition of programming languages and libraries, <para>In the long tradition of programming languages and libraries,
it is called <emphasis>Hello, World</emphasis>.</para> it is called <emphasis>Hello, World</emphasis>.</para>
<para> <informalfigure>
<inlinegraphic fileref="hello-world.png" format="PNG"></inlinegraphic> <mediaobject>
</para> <imageobject>
<imagedata fileref="hello-world.png" format="PNG"/>
</imageobject>
</mediaobject>
</informalfigure>
<example id="gtk-getting-started-hello-world"> <example id="gtk-getting-started-hello-world">
<title>Hello World in GTK+</title> <title>Hello World in GTK+</title>
@ -138,9 +146,13 @@
<para>The following example shows how the GtkGrid container lets you <para>The following example shows how the GtkGrid container lets you
arrange several buttons:</para> arrange several buttons:</para>
<para> <informalfigure>
<inlinegraphic fileref="grid-packing.png" format="PNG"></inlinegraphic> <mediaobject>
</para> <imageobject>
<imagedata fileref="grid-packing.png" format="PNG"/>
</imageobject>
</mediaobject>
</informalfigure>
<example id="gtk-getting-started-grid-packing"> <example id="gtk-getting-started-grid-packing">
<title>Packing buttons</title> <title>Packing buttons</title>
@ -179,9 +191,13 @@
input event handling by means of ::button-press and ::motion-notify input event handling by means of ::button-press and ::motion-notify
handlers.</para> handlers.</para>
<para> <informalfigure>
<inlinegraphic fileref="drawing.png" format="PNG"></inlinegraphic> <mediaobject>
</para> <imageobject>
<imagedata fileref="drawing.png" format="PNG"/>
</imageobject>
</mediaobject>
</informalfigure>
<example id="gtk-getting-started-drawing"> <example id="gtk-getting-started-drawing">
<title>Drawing in response to input</title> <title>Drawing in response to input</title>