Source: show | on GitHub
# File ext/tk/lib/tkextlib/blt/tabset.rb, line 205 def self.new(parent, name) super(parent, nil, name, {}) end