# File widget.rb, line 8 def initialize(t, r, b, l, contain=nil) @top, @right, @bottom, @left = t, r, b, l @container=contain end