view stubs/tkinter/tix.pyi @ 1972:d4a07ad96aad

attempt a pyftdi output driver using code from https://github.com/jlbrogdon/dmx_controller/blob/master/OpenDmxUsb/__init__.py (gplv2) Ignore-this: 5a4dbbc0493dfa0bf62cc9c5b79b96d7
author drewp@bigasterisk.com
date Sat, 08 Jun 2019 07:36:34 +0000
parents 4ce991cdacdb
children
line wrap: on
line source

from typing import Any

BOTH: Any
BOTTOM: Any
Button: Any
Checkbutton: Any
DoubleVar: Any
END: Any
Entry: Any
Frame: Any
IntVar: Any
LEFT: Any
Label: Any
Scale: Any
TOP: Any
Tk: Any
X: Any
Toplevel: Any