In Files

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

Methods

Class/Module Index [+]

Quicksearch

Tk::BLT::CutBuffer

Constants

TkCommandNames

Public Class Methods

get(num = 0) click to toggle source
 
               # File tk/lib/tkextlib/blt/cutbuffer.rb, line 13
def self.get(num = 0)
  Tk.tk_call('::blt::cutbuffer', 'get', num)
end
            
rotate(count = 1) click to toggle source
 
               # File tk/lib/tkextlib/blt/cutbuffer.rb, line 16
def self.rotate(count = 1)
  Tk.tk_call('::blt::cutbuffer', 'rotate', count)
end
            
set(val, num = 0) click to toggle source
 
               # File tk/lib/tkextlib/blt/cutbuffer.rb, line 19
def self.set(val, num = 0)
  Tk.tk_call('::blt::cutbuffer', 'set', val, num)
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