mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Miscellaneous refactoring (#160)
* Reorganize ContainerBase - Reduce Container overloads using default arguments - Extract member function pointers to virtual functions - Separate classes for Vertical, Horizontal and Tab containers * Collect unpack from NodeDecorator subclasses * Reduce redundant expansion for aliases
This commit is contained in:
		 Tushar Maheshwari
					Tushar Maheshwari
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							210e8c5863
						
					
				
				
					commit
					09805e5e86
				
			| @@ -24,7 +24,6 @@ class ScreenInteractive : public Screen { | ||||
|   static ScreenInteractive FitComponent(); | ||||
|   static ScreenInteractive TerminalOutput(); | ||||
|  | ||||
|   ~ScreenInteractive(); | ||||
|   void Loop(Component); | ||||
|   std::function<void()> ExitLoopClosure(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user