Module _tkinter
[hide private]
[frames] | no frames]

Module _tkinter

Classes [hide private]
TclError
Tcl_Obj
Functions [hide private]
 
_flatten(tuple)
Internal function.
 
create(...)
 
createfilehandler(...)
 
createtimerhandler(...)
 
deletefilehandler(...)
 
dooneevent(...)
int
getbusywaitinterval()
Return the current busy-wait interval between successive calls to Tcl_DoOneEvent in a threaded Python interpreter.
 
mainloop(...)
 
quit(...)
None
setbusywaitinterval(n)
Set the busy-wait interval in milliseconds between successive calls to Tcl_DoOneEvent in a threaded Python interpreter.
Variables [hide private]
  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


Function Details [hide private]

setbusywaitinterval(n)

 

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