Module Tk::BLT::Ted
In: tk/lib/tkextlib/blt/ted.rb

Methods

cget   configinfo   configure   current_configinfo   edit   rep   select  

Constants

TkCommandNames = ['::blt::ted'.freeze].freeze

Public Class methods

[Source]

# File tk/lib/tkextlib/blt/ted.rb, line 36
      def cget(master, option)
        itemconfigure(master, slot, value)
      end

[Source]

# File tk/lib/tkextlib/blt/ted.rb, line 42
      def configinfo(master, slot=nil)
        itemconfiginfo(master, slot)
      end

[Source]

# File tk/lib/tkextlib/blt/ted.rb, line 39
      def configure(master, slot, value=None)
        itemconfigure(master, slot, value)
      end

[Source]

# File tk/lib/tkextlib/blt/ted.rb, line 45
      def current_configinfo(master, slot=nil)
        current_itemconfiginfo(master, slot)
      end

[Source]

# File tk/lib/tkextlib/blt/ted.rb, line 52
    def self.edit(master, *args)
      tk_call('::blt::ted', 'edit', master, *args)
    end

[Source]

# File tk/lib/tkextlib/blt/ted.rb, line 55
    def self.rep(master, *args)
      tk_call('::blt::ted', 'rep', master, *args)
    end

[Source]

# File tk/lib/tkextlib/blt/ted.rb, line 58
    def self.select(master, *args)
      tk_call('::blt::ted', 'select', master, *args)
    end

[Validate]

ruby-doc.org is hosted and run by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. Ruby-doc.org was created in 2002 to promote the Ruby language and to help other Ruby hackers.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.