Class: Gtk::Image

Inherits:
Object
  • Object
show all
Defined in:
lib/merrol/gtk/image.rb

Instance Method Summary collapse

Instance Method Details

#file=(path) ⇒ Object



3
4
5
# File 'lib/merrol/gtk/image.rb', line 3

def file= path
  set_file File.app_relative(path)
end