mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 02:32:45 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			321 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			321 B
		
	
	
	
	
	
	
	
Name
GML Horizontal Box Layout
Description
Defines a horizontal GUI box layout. This is a layout object that lays out widgets side-by-side horizontally.
Examples
@GUI::Widget {
    layout: @GUI::HorizontalBoxLayout {
        spacing: 2
    }
}
