http://www.perlmonks.org?node_id=11121246


in reply to Re: Navigation and Focus - Tk Notebook Widget tabs
in thread Navigation and Focus - Tk Notebook Widget tabs (UPDATED)

I found this by searching for tk gui tab order. I suspect a similar concept may apply here, but not sure. The answer is probably Tk specific since Tk is just an interface to the gui library.
  • Comment on Re^2: Navigation and Focus - Tk Notebook Widget tabs

Replies are listed 'Best First'.
Re^3: Navigation and Focus - Tk Notebook Widget tabs
by roho (Bishop) on Sep 01, 2020 at 00:40 UTC
    Thanks for checking perlfan. I realize the stackoverflow post is for Python, but there does not appear to be a single Tk equivalent.

    I have been reading the docs for Tk::NoteBook, Tk::bind, Tk::bindtags, and Tk::callbacks. The answer to navigating Notebook widget tabs with the keyboard TAB key may lie in a combination of these Tk modules, but there are no clear end-to-end examples in the docs.

    "It's not how hard you work, it's how much you get done."