Class: Gtk::Window

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

Instance Method Summary collapse

Instance Method Details

#button(&bk) ⇒ Object



264
265
266
267
268
# File 'lib/oekaki.rb', line 264

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