mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Allow user to specify window element border. (#849)
This commit is contained in:
		 Mark Antabi
					Mark Antabi
				
			
				
					committed by
					
						 ArthurSonzogni
						ArthurSonzogni
					
				
			
			
				
	
			
			
			 ArthurSonzogni
						ArthurSonzogni
					
				
			
						parent
						
							9beb235c0e
						
					
				
				
					commit
					9b6c4a7b4b
				
			| @@ -80,7 +80,9 @@ Decorator borderStyled(BorderStyle); | ||||
| Decorator borderStyled(BorderStyle, Color); | ||||
| Decorator borderStyled(Color); | ||||
| Decorator borderWith(const Pixel&); | ||||
| Element window(Element title, Element content); | ||||
| Element window(Element title, | ||||
|                Element content, | ||||
|                BorderStyle border = ROUNDED); | ||||
| Element spinner(int charset_index, size_t image_index); | ||||
| Element paragraph(const std::string& text); | ||||
| Element paragraphAlignLeft(const std::string& text); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user