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