Class: Gtk::Window
- Inherits:
-
Object
- Object
- Gtk::Window
- 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 (&bk) b = Gtk::Button.new b.instance_eval(&bk) b end |