forked from AuroraMiddleware/gtk
treeview: Add a diagram to CSS documentation
This commit is contained in:
parent
ec065d4cbf
commit
ff4b112265
@ -126,9 +126,20 @@
|
||||
*
|
||||
* # CSS nodes
|
||||
*
|
||||
* |[<!-- language="plain" -->
|
||||
* treeview.view
|
||||
* ├── header
|
||||
* │ ├── [column header]
|
||||
* │ ├── [column header]
|
||||
┊ ┊
|
||||
* │
|
||||
* ╰── [rubberband]
|
||||
* ]|
|
||||
*
|
||||
* GtkTreeView has a main CSS node with name treeview and style class .view.
|
||||
* It has a subnode with name header, which is the parent for all the column
|
||||
* header widgets' CSS nodes.
|
||||
* For rubberband selection, a subnode with name rubberband is used.
|
||||
*/
|
||||
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user