This is to navigate checkboxes in a window for issue 2712#2714
This is to navigate checkboxes in a window for issue 2712#2714RiceCrispyy wants to merge 3 commits intoTomSchimansky:masterfrom
Conversation
checkboxes using tab and fill with space as tkinter's checkbutton
… from original to theme
|
Thanks for your contribution! Please note that my fork is not the original repository, so this does not mean it is merged into the main project yet. Your changes are now available in my fork: Great work 👏 and I hope your contribution gets accepted upstream as well! |
|
Hi, Maybe we should also add this feature to all widgets, since once you start pressing "tab", you expect to cycle among all widgets on screen. |
The base class only tracks focus state and dispatches focus changes. Visual focus indication is implemented per widget using theme-defined values.
This is to navigate checkboxes in a window using , and fill checkbox with this also highlights the active check box and text using user's chosen theme.
#2712 (comment)