mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| GML Password Box Widget
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Defines a GUI password box widget.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```gml
 | |
| @GUI::PasswordBox
 | |
| ```
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```gml
 | |
| @GUI::PasswordBox {
 | |
| 
 | |
| }
 | |
| ```
 | 
