Method: Tk::Iwidgets::Scrolledcanvas#postscript
- Defined in:
- lib/tkextlib/iwidgets/scrolledcanvas.rb
#postscript(keys) ⇒ Object
266 267 268 |
# File 'lib/tkextlib/iwidgets/scrolledcanvas.rb', line 266 def postscript(keys) tk_send("postscript", *hash_kv(keys)) end |