Method: Tk::Iwidgets::Hierarchy#debug=

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

#debug=(boolean) ⇒ Object



281
282
283
284
285
# File 'lib/tkextlib/iwidgets/hierarchy.rb', line 281

def debug=(boolean)
  tk_send_without_enc('debug', boolean)
  #self
  boolean
end