Talk:WxPython
Appearance
![]() | Computing Stub‑class ![]() | ||||||||||||
|
"Python is a C++-based language" -- is this really accurate??
- No
deleted
- ==Feature==
wxPython uses widgets provided by the underlying operating system, and therefore provides a native look similar to other programs running on that particular platform. Tkinter, on the other hand, provides a uniform look on all platforms, because it draws its widgets from scratch using the graphics facilities
afaik this is no longer true. tkinter now uses native look and feel.