# File gglib/ext/widgets.rb, line 214
  def TracePanel.enabled=(bool)
    if bool==true
      @@allow=true
    else
      @@allow=false
    end
  end