Syntax fixes.

2006-03-28  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkcellrendereraccel.sgml:
	* gtk/tmpl/gtkrc.sgml:
	* gtk/directfb.sgml: Syntax fixes.
This commit is contained in:
Matthias Clasen 2006-03-28 18:47:43 +00:00 committed by Matthias Clasen
parent 38994e574c
commit b435c6b967
3 changed files with 11 additions and 10 deletions

View File

@ -35,6 +35,8 @@ Beyond the usual GTK+ build requirements, the DirectFB backend (obviously) needs
the DirectFB libraries (at least 0.9.21) and Cairo compiled with DirectFB support.
</para>
</refsect2>
<!--
FIXME: it seems most of the options listed in _gdk_windowing_args
are ignored, and they need to be described by somebody who knows
@ -48,49 +50,49 @@ command line arguments.
</para>
<formalpara>
<title><systemitem>--dfb-help</systemitem></title>
<title><systemitem>dfb-help</systemitem></title>
<para>
Display help for DirectFB-specific commandline options.
</para>
</formalpara>
<formalpara>
<title><systemitem>--dfb=<replaceable>value</replaceable></systemitem></title>
<title><systemitem>dfb=<replaceable>value</replaceable></systemitem></title>
<para>
Possible values: sdl, system.
</para>
</formalpara>
<formalpara>
<title><systemitem>--disable-aa-fonts=<replaceable>number</replaceable></systemitem></title>
<title><systemitem>disable-aa-fonts=<replaceable>number</replaceable></systemitem></title>
<para>
If <replaceable>number</replaceable> is 1, disable antialising for fonts.
</para>
</formalpara>
<formalpara>
<title><systemitem>--argb-font=<replaceable>number</replaceable></systemitem></title>
<title><systemitem>argb-font=<replaceable>number</replaceable></systemitem></title>
<para>
If <replaceable>number</replaceable> is 1, enable ARGB fonts.
</para>
</formalpara>
<formalpara>
<title><systemitem>--transparent-unfocused=<replaceable>number</replaceable></systemitem></title>
<title><systemitem>transparent-unfocused=<replaceable>number</replaceable></systemitem></title>
<para>
If <replaceable>number</replaceable> is 1, make unfocused windows transparent.
</para>
</formalpara>
<formalpara>
<title><systemitem>--glyph-surface-cache=<replaceable>number</replaceable></systemitem></title>
<title><systemitem>glyph-surface-cache=<replaceable>number</replaceable></systemitem></title>
<para>
Set the size of the glyph surface cache. The default value is 8.
</para>
</formalpara>
<formalpara>
<title><systemitem>--enable-color-keyring=<replaceable>number</replaceable></systemitem></title>
<title><systemitem>enable-color-keyring=<replaceable>number</replaceable></systemitem></title>
<para>
If <replaceable>number</replaceable> is 1, turn on the color keyring.
</para>

View File

@ -7,7 +7,7 @@ Renders a keyboard accelerator in a cell
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkCellRendererAccel displays a keyboard accelerator (i.e. a
key combination like <Control>-a). If the cell renderer is editable, the
key combination like &lt;Control&gt;-a). If the cell renderer is editable, the
accelerator can be changed by simply typing the new combination.
</para>
@ -20,7 +20,6 @@ The #GtkCellRendererAccel cell renderer was added in GTK+ 2.10.
</para>
<!-- ##### SECTION Stability_Level ##### -->

View File

@ -78,7 +78,7 @@ always used.
</para>
<para>
Since GTK+ 2.10,<literal>widget_class</literal> paths can also contain
<literal>&lt:classname&gt;</literal> substrings, which are matching
<literal>&lt;classname&gt;</literal> substrings, which are matching
the class with the given name and any derived classes. For instance,
<informalexample><programlisting>
widget_class "*&lt;GtkMenuItem&gt;.GtkLabel" style "my-style"