268 269 270 271 272 273 274
# File 'lib/tkextlib/blt/tabset.rb', line 268 def tagindex(tab) if tab.kind_of?(Tk::BLT::Tabset::Tab) tab.index else tab end end