Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
# File tk/lib/tkextlib/bwidget/selectfont.rb, line 53 def __font_optkeys [] # without fontobj operation end
# File tk/lib/tkextlib/bwidget/selectfont.rb, line 62 def configure(slot, value=None) if slot.kind_of?(Hash) slot.delete['type'] slot.delete[:type] return self if slot.empty? else return self if slot == 'type' || slot == :type end super(slot, value) end