[Python-ideas] tkinter: time for round buttons?
Steven D'Aprano
steve at pearwood.info
Thu Jan 17 00:24:11 EST 2019
On Thu, Jan 17, 2019 at 04:26:06AM +0400, Abdur-Rahmaan Janhangeer wrote:
> let us say i'm a novice user, for me py's gui is such. if on Mac it gives
> rounded corners but on others no, it's pretty unpredictable.
Its not unpredictable at all, it is easy to predict: if I'm using a Mac,
it has Mac-style buttons with round corners. If I'm using Unix, it has
Unix-style rectangle buttons. If I'm using Windows, it has whatever
Windows uses.
If a user is using Mac OS X, and Unix, and Windows, they probably are
not a novice user -- and if they are a novice, this is a good lesson
that different OSes are different, look different, and behave different.
--
Steve
More information about the Python-ideas
mailing list