1 type Wrapper @abstract = 2 inherit Decorator 3 4 def Control.measure w h = 5 measure_single_child self w h 6 7 def Control.arrange = 8 arrange_single_child self 9