Will you please look at this screenshot:
https://0x0.st/HZVM.png
I am using ttk::notebook for the tabs. Apparently, my limit before
the tab names are truncated is 16 tabs.
Instead of bothering with scrolling or anything like that, I have
decided to just create a new row of tabs under that one. So I will
have 32 tabs. I for one think that having all tabs visible all the
time without the need for scrolling may be a better experience than
the one I'm used to having.
I am stil thinking about what to do if the user wants to have more
than 32 tabs. I already have some ideas.
Anyway, my screen has room for 16 tabs, but what about other people?
I only found 16 by trial and error, not with any kind of calculation.
For other people's screen, the application will have to do some math.
But how? Is it possible to determine how many tabs anyone's window
can have before the tab names get truncated?
Note: the tab names *will* vary.
--
Luc
>>