conversecorollary has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to rename Tkx notebook widget tabs emulating the way EXCEL renames worksheet tabs. Right click the tab; select rename; entry field with selected text of current name appears right on top of the current tab name; type what you want; press return - name changed. Any examples, thoughts, documentation, pointers would be appreciated. Thank you.

Replies are listed 'Best First'.
Re: Tkx Notebook Tabs
by Anonymous Monk on Aug 13, 2010 at 23:08 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