Class: Gtk::Window

Inherits:
Object
  • Object
show all
Defined in:
lib/oekaki.rb

Instance Method Summary collapse

Instance Method Details

#button(&bk) ⇒ Object



204
205
206
207
208
# File 'lib/oekaki.rb', line 204

def button(&bk)
  b = Gtk::Button.new
  b.instance_eval(&bk)
  b
end