Method: Tk::Iwidgets::Hierarchy#mark_clear

Defined in:
lib/tkextlib/iwidgets/hierarchy.rb

#mark_clearObject



220
221
222
223
# File 'lib/tkextlib/iwidgets/hierarchy.rb', line 220

def mark_clear
  tk_call(@path, 'mark', 'clear')
  self
end