mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			200 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| GML Vertical Box Layout Widget
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Defines a vertical GUI box layout.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `@GUI::VerticalBoxLayout`
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```gml
 | |
| @GUI::VerticalBoxLayout {
 | |
|     spacing: 2
 | |
| }
 | |
| ```
 | 
