in reply to Tkx Notebook Tabs

ttk_notebook doesn't seem to support that.

Replies are listed 'Best First'.
Re^2: Tkx Notebook Tabs
by conversecorollary (Novice) on Aug 14, 2010 at 00:19 UTC
    I thought maybe somehow placing an entry widget on top of the tab, but I cannot seem to find a way to get the position of the tab. Do you know if the PERL/TK modules are better suited for this? Or would they be about the same?
      Tk::Notebook is the same as ttk_notebook, and AFAIK, it doesn't support that feature. As for getting the position of the tab, that should be possible
        Any suggestestions?