In Files

  • tk/lib/tkextlib/blt/tabnotebook.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

Tk::BLT::Tabnotebook

Public Instance Methods

get_id(index) click to toggle source
Alias for: get_tab
get_tab(index) click to toggle source
 
               # File tk/lib/tkextlib/blt/tabnotebook.rb, line 16
def get_tab(index)
  Tk::BLT::Tabset::Tab.id2obj(tk_send_without_enc('id', tagindex(index)))
end
            
Also aliased as: get_id