docs: separate suffix from type

This commit is contained in:
William Jon McCann 2014-01-21 17:52:13 -05:00
parent 6c4fea1e78
commit 1d756d561b

View File

@ -143,7 +143,7 @@
</para>
<para>
The detail string available in #GtkStyle-based engines has been
The detail string available in #GtkStyle<!-- -->-based engines has been
replaced by widget regions and style classes. Regions are a way for
complex widgets to associate different styles with different areas,
such as even and odd rows in a treeview. Style classes allow sharing
@ -162,7 +162,7 @@
<title>Extending the CSS parser</title>
<para>
In #GtkStyle-based engines, #GtkRCStyle provided ways to extend the
In #GtkStyle<!-- -->-based engines, #GtkRCStyle provided ways to extend the
gtkrc parser with engine-specific extensions. This has been replaced
by gtk_theming_engine_register_property(), which lets a theme engine
register new properties with an arbitrary type. While there is built-in