cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.3k stars 331 forks source link

added a feature : disabling tabstop #626

Closed wwriter closed 2 years ago

wwriter commented 3 years ago

There are widgets that always use tabstop feature (such as button, textbox, spinbox), because it is set at their creation time. I think it is likely that someone might want to disable the tabstop feature for some widgets. I got the idea from eat_tabstop api and changed tabstop function somewhat similar to that.

If nana library has already provided an api that does the same thing, please let me know. (I'll use that instead and close this pull request)

cnjinhao commented 2 years ago

Thanks for your PR!