# File tk/lib/tkextlib/blt/ted.rb, line 40 def cget(master, option) itemcget(master, option) end
# File tk/lib/tkextlib/blt/ted.rb, line 43 def cget_strict(master, option) itemcget_strict(master, option) end
# File tk/lib/tkextlib/blt/ted.rb, line 37 def cget_tkstring(master, option) itemcget_tkstring(master, option) end
# File tk/lib/tkextlib/blt/ted.rb, line 49 def configinfo(master, slot=nil) itemconfiginfo(master, slot) end
# File tk/lib/tkextlib/blt/ted.rb, line 46 def configure(master, slot, value=None) itemconfigure(master, slot, value) end
# File tk/lib/tkextlib/blt/ted.rb, line 52 def current_configinfo(master, slot=nil) current_itemconfiginfo(master, slot) end
# File tk/lib/tkextlib/blt/ted.rb, line 59 def self.edit(master, *args) tk_call('::blt::ted', 'edit', master, *args) end
Commenting is here to help enhance the documentation. For example, code samples, 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.
If you want to help improve the Ruby documentation, please visit Documenting-ruby.org.