Mention key themes in the migration guide

This commit is contained in:
Matthias Clasen 2011-01-30 23:53:19 -05:00
parent 175c57ebd7
commit cfa6505504

View File

@ -29,11 +29,19 @@
</para>
<para>
If your theme gtkrc file was providing values for #GtkSettings, you
If your theme RC file was providing values for #GtkSettings, you
can install a <filename>settings.ini</filename> keyfile along with
the <filename>gtk.css</filename> to provide theme-specific defaults
for settings.
</para>
<para>
Key themes have been converted to CSS syntax too. See the
<link linkend="css-binding-set">GtkCssProvider</link> documentation
information about the syntax. GTK+ looks for key themes in the file
<filename>$datadir/themes/<replaceable>theme</replaceable>/gtk-3.0/gtk-keys.css</filename>, where <replaceable>theme</replaceable> is the current
key theme name.
</para>
</section>
<section id="gtk-migrating-theme-GtkStyleContext-engines">