# File gtksourceview/sample/test.rb, line 5
def sw(a) 
        w = Gtk::ScrolledWindow.new
        w.add(a)
        w
end