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