mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| GML Tree View Widget
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Defines a GUI tree view widget.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `@GUI::TreeView`
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```gml
 | |
| @GUI::TreeView {
 | |
|     name: "tree_view"
 | |
|     fixed_width: 200
 | |
| }
 | |
| ```
 | 
