Module _tkinter
|
_flatten(tuple)
Internal function. |
|
|
|
|
|
|
|
|
|
|
|
|
int
|
getbusywaitinterval()
Return the current busy-wait interval between successive calls to
Tcl_DoOneEvent in a threaded Python interpreter. |
|
|
|
|
|
|
None
|
setbusywaitinterval(n)
Set the busy-wait interval in milliseconds between successive calls
to Tcl_DoOneEvent in a threaded Python interpreter. |
|
|
|
ALL_EVENTS = -3
|
|
DONT_WAIT = 2
|
|
EXCEPTION = 8
|
|
FILE_EVENTS = 8
|
|
IDLE_EVENTS = 32
|
|
READABLE = 2
|
|
TCL_VERSION = ' 8.4 '
|
|
TIMER_EVENTS = 16
|
|
TK_VERSION = ' 8.4 '
|
|
WINDOW_EVENTS = 4
|
|
WRITABLE = 4
|
Imports:
TkappType,
TkttType
Set the busy-wait interval in milliseconds between successive calls to
Tcl_DoOneEvent in a threaded Python interpreter. It should be set to a
divisor of the maximum time between frames in an animation.
- Returns: None
|