mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| GML Table View Widget
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Defines a GUI table view widget.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `@GUI::TableView`
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```gml
 | |
| @GUI::TableView {
 | |
|     name: "cursors_tableview"
 | |
|     font_size: 12
 | |
| }
 | |
| ```
 | 
