Example #1
0
func (shape *Shape) draw(parent *gc.Window) {
	parent.Overlay(shape.win)

}