Mercurial > code > home > repos > light9
annotate stubs/tkinter/tix.pyi @ 2078:2c48e92ad5d3
make loadtest real enough to cause numbers to change on collector's web view
author | drewp@bigasterisk.com |
---|---|
date | Tue, 24 May 2022 01:21:32 -0700 |
parents | 4ce991cdacdb |
children |
rev | line source |
---|---|
1871 | 1 from typing import Any |
1863
0f0ff27e55a3
stubs, mostly autogen or empty
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 |
1871 | 3 BOTH: Any |
4 BOTTOM: Any | |
5 Button: Any | |
6 Checkbutton: Any | |
7 DoubleVar: Any | |
8 END: Any | |
9 Entry: Any | |
10 Frame: Any | |
11 IntVar: Any | |
12 LEFT: Any | |
13 Label: Any | |
14 Scale: Any | |
15 TOP: Any | |
16 Tk: Any | |
17 X: Any | |
18 Toplevel: Any |