In Files

  • tk/lib/tkextlib/blt/ted.rb

Class/Module Index [+]

Quicksearch

Tk::BLT::Ted

Constants

TkCommandNames

Public Class Methods

edit(master, *args) click to toggle source
 
               # File tk/lib/tkextlib/blt/ted.rb, line 55
def self.edit(master, *args)
  tk_call('::blt::ted', 'edit', master, *args)
end
            
rep(master, *args) click to toggle source
 
               # File tk/lib/tkextlib/blt/ted.rb, line 58
def self.rep(master, *args)
  tk_call('::blt::ted', 'rep', master, *args)
end
            
select(master, *args) click to toggle source
 
               # File tk/lib/tkextlib/blt/ted.rb, line 61
def self.select(master, *args)
  tk_call('::blt::ted', 'select', master, *args)
end
            

Public Instance Methods

cget(master, option) click to toggle source
 
               # File tk/lib/tkextlib/blt/ted.rb, line 36
def cget(master, option)
  itemcget(master, option)
end
            
cget_strict(master, option) click to toggle source
 
               # File tk/lib/tkextlib/blt/ted.rb, line 39
def cget_strict(master, option)
  itemcget_strict(master, option)
end
            
configinfo(master, slot=nil) click to toggle source
 
               # File tk/lib/tkextlib/blt/ted.rb, line 45
def configinfo(master, slot=nil)
  itemconfiginfo(master, slot)
end
            
configure(master, slot, value=None) click to toggle source
 
               # File tk/lib/tkextlib/blt/ted.rb, line 42
def configure(master, slot, value=None)
  itemconfigure(master, slot, value)
end
            
current_configinfo(master, slot=nil) click to toggle source
 
               # File tk/lib/tkextlib/blt/ted.rb, line 48
def current_configinfo(master, slot=nil)
  current_itemconfiginfo(master, slot)
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.

blog comments powered by Disqus