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