mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			400 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			400 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| GML Slider Widget
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Defines a GUI slider widget.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `@GUI::Slider`
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```gml
 | |
| @GUI::Slider {
 | |
| 
 | |
| }
 | |
| ```
 | |
| 
 | |
| ## Registered Properties
 | |
| 
 | |
| | Property       | Type | Possible values     | Description               |
 | |
| |----------------|------|---------------------|---------------------------|
 | |
| | knob_size_mode | enum | Fixed, Proportional | Sets the slider knob size |
 | 
