range: Document fine-tuning style class use
This commit is contained in:
@@ -89,9 +89,14 @@
|
||||
* ]|
|
||||
*
|
||||
* GtkScale has a main CSS node with name scale, and subnodes with names
|
||||
* trough and slider. If marks are present, there is a marks subnode before
|
||||
* or after the trough node, below which each mark gets a node with name mark.
|
||||
* The marks nodes get either the .top or .bottom style class.
|
||||
* trough and slider.
|
||||
*
|
||||
* The main node gets the style class .fine-tune added when the scale is in
|
||||
* 'fine-tuning' mode.
|
||||
*
|
||||
* If marks are present, there is a marks subnode before or after the trough
|
||||
* node, below which each mark gets a node with name mark. The marks nodes get
|
||||
* either the .top or .bottom style class.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -66,9 +66,14 @@
|
||||
* ]|
|
||||
*
|
||||
* GtkScrollbar has a main CSS node with name scrollbar, and subnodes with
|
||||
* names trough and slider. If steppers are enabled, they are represented by
|
||||
* up to four additional subnodes with name button. These get the style classes
|
||||
* .up and .down to indicate in which direction they are moving.
|
||||
* names trough and slider.
|
||||
*
|
||||
* The main node gets the style class .fine-tune added when the scrollbar is
|
||||
* in 'fine-tuning' mode.
|
||||
*
|
||||
* If steppers are enabled, they are represented by up to four additional
|
||||
* subnodes with name button. These get the style classes .up and .down to
|
||||
* indicate in which direction they are moving.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user