Returns:
276 277 278 279 280 281 282
# File 'lib/tk/canvastag.rb', line 276 def exist? if @c.find_withtag(@id) true else false end end