mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <class name="HSlider" inherits="Slider" version="3.2">
 | |
| 	<brief_description>
 | |
| 		Horizontal slider.
 | |
| 	</brief_description>
 | |
| 	<description>
 | |
| 		Horizontal slider. See [Slider]. This one goes from left (min) to right (max).
 | |
| 	</description>
 | |
| 	<tutorials>
 | |
| 	</tutorials>
 | |
| 	<methods>
 | |
| 	</methods>
 | |
| 	<constants>
 | |
| 	</constants>
 | |
| 	<theme_items>
 | |
| 		<theme_item name="grabber" type="Texture">
 | |
| 			The texture for the grabber (the draggable element).
 | |
| 		</theme_item>
 | |
| 		<theme_item name="grabber_area" type="StyleBox">
 | |
| 			The background of the area to the left of the grabber.
 | |
| 		</theme_item>
 | |
| 		<theme_item name="grabber_disabled" type="Texture">
 | |
| 			The texture for the grabber when it's disabled.
 | |
| 		</theme_item>
 | |
| 		<theme_item name="grabber_highlight" type="Texture">
 | |
| 			The texture for the grabber when it's focused.
 | |
| 		</theme_item>
 | |
| 		<theme_item name="slider" type="StyleBox">
 | |
| 			The background for the whole slider. Determines the height of the [code]grabber_area[/code].
 | |
| 		</theme_item>
 | |
| 		<theme_item name="tick" type="Texture">
 | |
| 			The texture for the ticks, visible when [member Slider.tick_count] is greater than 0.
 | |
| 		</theme_item>
 | |
| 	</theme_items>
 | |
| </class>
 | 
