# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT ALL_EVENTS = -3 DONT_WAIT = 2 EXCEPTION = 8 FILE_EVENTS = 8 IDLE_EVENTS = 32 READABLE = 2 TCL_VERSION = '8.5' TIMER_EVENTS = 16 TK_VERSION = '8.5' class TclError(Exception): pass class Tcl_Obj(object): string = property(None, None, None, """ the string representation of this object, either as string or Unicode """ ) typename = property(None, None, None, """ name of the Tcl type """ ) pass class TkappType(object): pass class TkttType(object): pass WINDOW_EVENTS = 4 WRITABLE = 4 __doc__ = None __file__ = '/Users/Shared/src/ide/build-files/build-temp/runtimes-release/__os__/osx/runtime-python2.6/lib/Python.framework/Versions/Current/lib/python2.6/lib-dynload/_tkinter.so' __name__ = '_tkinter' __package__ = None def _flatten(): pass def create(): pass def createfilehandler(): pass def createtimerhandler(): pass def deletefilehandler(): pass def dooneevent(): pass def getbusywaitinterval(): """ getbusywaitinterval() -> int Return the current busy-wait interval between successive calls to Tcl_DoOneEvent in a threaded Python interpreter. """ return 1 def mainloop(): pass def quit(): pass def setbusywaitinterval(n): """ setbusywaitinterval(n) -> None 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. """ return None