# File tk/lib/tkextlib/tcllib/dialog.rb, line 52 def add(what, *args) window(tk_send('add', *args)) end
# File tk/lib/tkextlib/tcllib/dialog.rb, line 71 def cancel tk_send('cancel') self end
# File tk/lib/tkextlib/tcllib/dialog.rb, line 76 def close(reason = None) tk_send('close', reason) end
# File tk/lib/tkextlib/tcllib/dialog.rb, line 65 def display tk_send('display') self end
# File tk/lib/tkextlib/tcllib/dialog.rb, line 56 def get_frame window(tk_send('getframe')) end
Commenting is here to help enhance the documentation. For example, sample code, or clarification of the documentation.
If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.
If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.