# File ext/widgets.rb, line 502
  def theme=(val)
    @buttons.each { |button|
      button.theme = val
    }
  end