forked from AuroraMiddleware/gtk
menu: Add diagrams to CSS documentation
This commit is contained in:
parent
c389511b86
commit
8e5c7ac028
@ -51,6 +51,12 @@
|
|||||||
*
|
*
|
||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
|
* |[<!-- language="plain" -->
|
||||||
|
* menuitem
|
||||||
|
* ├── ...
|
||||||
|
* ╰── check.right
|
||||||
|
* ]|
|
||||||
|
*
|
||||||
* GtkCheckMenuItem has a main CSS node with name menuitem, and a subnode
|
* GtkCheckMenuItem has a main CSS node with name menuitem, and a subnode
|
||||||
* with name check, which gets the .left or .right style class.
|
* with name check, which gets the .left or .right style class.
|
||||||
*/
|
*/
|
||||||
|
@ -85,6 +85,13 @@
|
|||||||
*
|
*
|
||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
|
* |[<!-- language="plain" -->
|
||||||
|
* menu
|
||||||
|
* ├── arrow.top
|
||||||
|
* ├── ...
|
||||||
|
* ╰── arrow.bottom
|
||||||
|
* ]|
|
||||||
|
*
|
||||||
* The main CSS node of GtkMenu has name menu, and there are two subnodes
|
* The main CSS node of GtkMenu has name menu, and there are two subnodes
|
||||||
* with name arrow, for scrolling menu arrows. These subnodes get the
|
* with name arrow, for scrolling menu arrows. These subnodes get the
|
||||||
* .top and .bottom style classes.
|
* .top and .bottom style classes.
|
||||||
|
@ -90,6 +90,12 @@
|
|||||||
*
|
*
|
||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
|
* |[<!-- language="plain" -->
|
||||||
|
* menuitem
|
||||||
|
* ├── ...
|
||||||
|
* ╰── [arrow.right]
|
||||||
|
* ]|
|
||||||
|
*
|
||||||
* GtkMenuItem has a single CSS node with name menuitem. If the menuitem
|
* GtkMenuItem has a single CSS node with name menuitem. If the menuitem
|
||||||
* has a submenu, it gets another CSS node with name arrow, which has
|
* has a submenu, it gets another CSS node with name arrow, which has
|
||||||
* the .left or .right style class.
|
* the .left or .right style class.
|
||||||
|
@ -64,6 +64,12 @@
|
|||||||
*
|
*
|
||||||
* # CSS nodes
|
* # CSS nodes
|
||||||
*
|
*
|
||||||
|
* |[<!-- language="plain" -->
|
||||||
|
* menuitem
|
||||||
|
* ├── ...
|
||||||
|
* ╰── radio
|
||||||
|
* ]|
|
||||||
|
*
|
||||||
* GtkRadioMenuItem has a main CSS node with name menuitem, and a subnode
|
* GtkRadioMenuItem has a main CSS node with name menuitem, and a subnode
|
||||||
* with name radio, which gets the .left or .right style class.
|
* with name radio, which gets the .left or .right style class.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user