Add a missing space (#517954, Matt Kraai)
2008-03-02 Johan Dahlin <johan@gnome.org> * docs/tutorial/gtk-tut.sgml: Add a missing space (#517954, Matt Kraai) svn path=/trunk/; revision=19691
This commit is contained in:
committed by
Johan Dahlin
parent
7cd3da8300
commit
a329e01899
@ -1,3 +1,8 @@
|
|||||||
|
2008-03-02 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
|
* docs/tutorial/gtk-tut.sgml: Add a missing space
|
||||||
|
(#517954, Matt Kraai)
|
||||||
|
|
||||||
2008-03-03 Tor Lillqvist <tml@novell.com>
|
2008-03-03 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* modules/engines/ms-windows/msw_style.c (draw_box): Check that
|
* modules/engines/ms-windows/msw_style.c (draw_box): Check that
|
||||||
|
|||||||
@ -4204,7 +4204,7 @@ GtkWidget *gtk_vruler_new( void ); /* vertical ruler */
|
|||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
<para>Once a ruler is created, we can define the unit of measurement. Units
|
<para>Once a ruler is created, we can define the unit of measurement. Units
|
||||||
of measure for rulers can be<literal>GTK_PIXELS</literal>, <literal>GTK_INCHES</literal> or
|
of measure for rulers can be <literal>GTK_PIXELS</literal>, <literal>GTK_INCHES</literal> or
|
||||||
<literal>GTK_CENTIMETERS</literal>. This is set using</para>
|
<literal>GTK_CENTIMETERS</literal>. This is set using</para>
|
||||||
|
|
||||||
<programlisting role="C">
|
<programlisting role="C">
|
||||||
|
|||||||
Reference in New Issue
Block a user