Methods
F
I
Constants
TkCommandNames = ['::widget::canvas_sqmap'.freeze].freeze
 
Instance Public methods
flush()
# File ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb, line 30
def flush
  tk_send('flush')
  self
end
image_set(cell, img)
# File ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb, line 20
def image_set(cell, img)
  tk_send('image', 'set', cell, img)
  self
end
image_unset(cell)
# File ext/tk/lib/tkextlib/tcllib/canvas_sqmap.rb, line 25
def image_unset(cell)
  tk_send('image', 'unset', cell)
  self
end