mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| GML Breadcrumb Bar Widget
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Defines a GUI bread crumb toolbar widget.
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| `@GUI::Breadcrumbbar`
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```gml
 | |
| @GUI::Breadcrumbbar {
 | |
|     name: "breadcrumbbar"
 | |
| }
 | |
| ```
 | 
