You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Native Widget API can be used *with* or *without* the Drawing API and vice-versa. UI Style Lang does not force usage of both as the same time.
480
480
481
-
The Native Widget API is an abstraction of a few of the native wxPython widgets. The widgets here are implemented as an enhanced wrappers of the corresponding widget to allow for styling (if the platform supports it).
481
+
The Native Widget API is an abstraction of a few of the native wxPython widgets. The widgets here are implemented as an enhanced wrappers of the corresponding widget to allow for styling (if the platform supports it).
482
482
483
483
Widgets are styled using the ``name`` parameter as the *id selector*.
0 commit comments