def left(&blk) 
    autoslot()
    w=yield
    halign = Gtk::Alignment.new(0,0,0,0)
    halign.add(w)