mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			264 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| GML Horizontal Progress Bar Widget
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Defines a GUI horizontal progress bar widget.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `@GUI::HorizontalProgressbar`
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```gml
 | |
| @GUI::HorizontalProgressbar {
 | |
|     name: "horizontal_progressbar"
 | |
|     fixed_height: 20
 | |
| }
 | |
| ```
 | 
