mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
[docs] Fix missing comma in gtkrc docs
Reported by Alexander Saprykin in bug https://bugzilla.gnome.org/show_bug.cgi?id=621775
This commit is contained in:
parent
f0fa511457
commit
90dd7e2990
@ -78,8 +78,8 @@ the class name of the widget, while for the class path, the class name is
|
|||||||
always used.
|
always used.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Since GTK+ 2.10,<literal>widget_class</literal> paths can also contain
|
Since GTK+ 2.10, <literal>widget_class</literal> paths can also contain
|
||||||
<literal><classname></literal> substrings, which are matching
|
<literal><classname></literal> substrings, which are matching
|
||||||
the class with the given name and any derived classes. For instance,
|
the class with the given name and any derived classes. For instance,
|
||||||
<informalexample><programlisting>
|
<informalexample><programlisting>
|
||||||
widget_class "*<GtkMenuItem>.GtkLabel" style "my-style"
|
widget_class "*<GtkMenuItem>.GtkLabel" style "my-style"
|
||||||
|
Loading…
Reference in New Issue
Block a user