Redo the CSS docs

Split the CSS docs off from the GtkCssProvider docs and
give them their own chapter. Among other things, this commit
introduces more or less complete definitions of the syntax for
the supported selectors, a complete list of all supported
properties, and definitions for their values. This includes
documentation for GTK+-specific properties such as -gtk-icon-source.
This commit is contained in:
Matthias Clasen 2015-12-24 18:10:04 -05:00
parent b3dbf3f41c
commit 26d8688cb4
3 changed files with 2211 additions and 1080 deletions

2196
docs/reference/gtk/css.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,6 @@
<xi:include href="xml/input-handling.xml" />
</part>
<part id="gtkobjects">
<title>GTK+ Widgets and Objects</title>
@ -376,6 +375,7 @@
<part id="theming">
<title>Theming in GTK+</title>
<xi:include href="css.xml" />
<xi:include href="xml/gtkstylecontext.xml" />
<xi:include href="xml/gtkcssprovider.xml" />
<xi:include href="xml/gtkstyleprovider.xml" />

File diff suppressed because it is too large Load Diff