Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more
Tabset
# File tk/lib/tkextlib/blt/tabnotebook.rb, line 77
def get_tab(index)
if (idx = tk_send_without_enc('id', tagindex(index))).empty?
nil
else
Tk::BLT::Tabset::Tab.id2obj(self, idx)
end
end