mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:32:43 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			265 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			265 B
		
	
	
	
	
	
	
	
Name
GML Scrollbar Widget
Description
Defines a GUI scrollbar widget.
Synopsis
@GUI::Scrollbar
Examples
@GUI::Scrollbar {
    name: "enabled_scrollbar"
    fixed_height: 16
    fixed_width: -1
    min: 0
    max: 100
    value: 50
}
