1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Base/usr/share/man/man5/GML-Widget-TreeView.md
electrikmilk 58a865f349 Base+Manpages: Add basic GML documentation
First draft of GML documentation, just to get things started.
2022-03-03 14:59:00 -08:00

197 B

Name

GML Tree View Widget

Description

Defines a GUI tree view widget.

Synopsis

@GUI::TreeView

Examples

@GUI::TreeView {
    name: "tree_view"
    fixed_width: 200
}