From: Guilherme Iscaro Date: 2009-11-24T07:16:42+09:00 Subject: Button with images (newb) Hey guys, i just want to add a png file to a button, but the image is not visibile... im doing this imgOk = Gtk::Image.new("run.png") ok = Gtk::Button.new "Calcular" ok.set_size_request 70, 30 ok.image = imgOk whats the problem? thanks -- Posted via http://www.ruby-forum.com/.