Methods
    - #
 - A
 - B
 - C
 - D
 - F
 - G
 - I
 - L
 - M
 - R
 - S
 - #
 
Included Modules
    
  
  
    
    
    
    
    
        
      Instance Public methods
      
        
            
              &(tag)
            
            Link
          
          
          
            Following operators support logical expressions of canvas tags (for Tk8.3+). If tag1.path is 't1' and tag2.path is 't2', then
ltag = tag1 & tag2; ltag.path => "(t1)&&(t2)"
ltag = tag1 | tag2; ltag.path => "(t1)||(t2)"
ltag = tag1 ^ tag2; ltag.path => "(t1)^(t2)"
ltag = - tag1;      ltag.path => "!(t1)"
            
            
              -@()
            
            Link
          
          
          
            
            
              ^(tag)
            
            Link
          
          
          
            
            
              addtag(tag)
            
            Link
          
          
          
            
            
              bbox()
            
            Link
          
          
          
            
            
              bind(seq, *args)
            
            Link
          
          
          
            def bind(seq, cmd=Proc.new, *args)
@c.itembind(@id, seq, cmd, *args)
self
end
            
              bind_append(seq, *args)
            
            Link
          
          
          
            
          
          
          
          
          
          
            
            
            
          
            
              bind_remove(seq)
            
            Link
          
          
          
            
            
              bindinfo(seq=nil)
            
            Link
          
          
          
            
            
              cget(option)
            
            Link
          
          
          
            
            
              cget_strict(option)
            
            Link
          
          
          
            
            
              cget_tkstring(option)
            
            Link
          
          
          
            
            
              configinfo(key=nil)
            
            Link
          
          
          
            def configure(keys)
@c.itemconfigure @id, keys
end
            
              configure(key, value=None)
            
            Link
          
          
          
            
            
              coords(*args)
            
            Link
          
          
          
            
            
              current_configinfo(key=nil)
            
            Link
          
          
          
            
            
              dchars(first, last=None)
            
            Link
          
          
          
            
            
              focus()
            
            Link
          
          
          
            
            
              icursor(index)
            
            Link
          
          
          
            
            
              index(idx)
            
            Link
          
          
          
            
            
              insert(beforethis, string)
            
            Link
          
          
          
            
            
              itemtype()
            
            Link
          
          
          
            
            
              lower(belowthis=None)
            
            Link
          
          
          
            
            
              move(xamount, yamount)
            
            Link
          
          
          
            
            
              raise(abovethis=None)
            
            Link
          
          
          
            
            
              scale(xorigin, yorigin, xscale, yscale)
            
            Link
          
          
          
            
            
              select_adjust(index)
            
            Link
          
          
          
            
            
              select_from(index)
            
            Link
          
          
          
            
            
              select_to(index)
            
            Link