Expand window style class documentation a bit

This commit is contained in:
Matthias Clasen 2016-01-17 12:13:59 -05:00
parent 9d26038a10
commit 00aca5d689

View File

@ -136,9 +136,15 @@
* ]|
*
* GtkWindow has a main CSS node with name window and style class .background,
* and a subnode with name decoration. Style classes that are typically used
* with the main CSS node are .csd, .solid-csd, .ssd, .tiled, .maximized,
* .fullscreen, .popup, .tooltip.
* and a subnode with name decoration.
*
* Style classes that are typically used with the main CSS node are .csd (when
* client-side decorations are in use), .solid-csd (for client-side decorations
* without invisible borders), .ssd (used by mutter when rendering server-side
* decorations). GtkWindow also represents window states with the following
* style classes on the main node: .tiled, .maximized, .fullscreen. Specialized
* types of window often add their own discriminating style classes, such as
* .popup or .tooltip.
*
* GtkWindow adds the .titlebar and .default-decoration style classes to the
* widget that is added as a titlebar child.