forked from AuroraMiddleware/gtk
switch: Use markdown for css tree
This commit is contained in:
parent
9ab40d2899
commit
29f2e5f84e
@ -38,12 +38,12 @@
|
||||
*
|
||||
* # CSS nodes
|
||||
*
|
||||
* |[<!-- language="plain" -->
|
||||
* ```
|
||||
* switch
|
||||
* ├── label
|
||||
* ├── label
|
||||
* ╰── slider
|
||||
* ]|
|
||||
* ```
|
||||
*
|
||||
* `GtkSwitch` has four css nodes, the main node with the name switch and
|
||||
* subnodes for the slider and the on and off labels. Neither of them is
|
||||
@ -51,7 +51,7 @@
|
||||
*
|
||||
* # Accessibility
|
||||
*
|
||||
* `GtkSwitch` uses the #GTK_ACCESSIBLE_ROLE_SWITCH role.
|
||||
* `GtkSwitch` uses the %GTK_ACCESSIBLE_ROLE_SWITCH role.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user