1  
 2  
 3  
 4  
 5  
 6  
 7  
 8  
 9  
 10  
 11  
 12  
 13  
 14  
 15  
 = 16 =  
 17  
 18  
 19  
 | 
    | 
 
- 
Snit inspired (thanks, Will)
- 
Does less, lighter weight
  
 - 
Not for extending the text widget
- 
do that in the text widget
  
 - 
Used for combining two or more widgets
- 
Imagine that you had a table and tree widget
 - 
Combine them to make explorer widget
  
 - 
Better example
- 
Any two widgets that you repeatedly need grouped
 - 
Avoids code replication
 
   
 |