Namespace
Methods
- G
- I
Constants
| TkCommandNames | = | ['::blt::tabnotebook'.freeze].freeze |
| WidgetClassName | = | 'Tabnotebook'.freeze |
Instance Public methods
get_tab(index)
Link
Also aliased as: get_id
Source: show
# File ext/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