Replies: 1 comment 1 reply
-
Toga does not use Tk in any way. It uses platform-native APIs to render GUIs. That means:
In that way, Toga is able to appear as close to a native app as possible. For example, there should be almost no look and feel difference between a Toga app on macOS, and an app written using Swift using Apple-provided tools; the same is true of every other supported platform. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Probably a silly question, and guessing the answer is "no" but I'll ask anyway... does Toga use Tkinter / Tk / Ttk at all, or is it entirely free of these libraries?
Does Toga use legacy UI libraries at all?
(Toga appears to be a fabulous piece of work, so kudos to the devs !!!)
Beta Was this translation helpful? Give feedback.
All reactions