mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:12:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| GML Calendar Widget
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Defines a GUI calendar widget.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `@GUI::Calendar`
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```gml
 | |
| @GUI::Calendar {
 | |
|     name: "calendar"
 | |
| }
 | |
| ```
 | 
