# 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.6' TIMER_EVENTS = 16 TK_VERSION = '8.6' class TclError(Exception): pass class Tcl_Obj(object): string = property(None, None, None, """ the string representation of this object, either as str or bytes """ ) typename = property(None, None, None, """ name of the Tcl type """ ) pass class TkappType(object): def adderrorinfo(self, msg): pass def call(self): pass def createcommand(self, name, func): pass def createtimerhandler(self, milliseconds, func): pass def deletecommand(self, name): pass def dooneevent(self, flags=0): pass def eval(self, script): pass def evalfile(self, fileName): pass def exprboolean(self, s): pass def exprdouble(self, s): pass def exprlong(self, s): pass def exprstring(self, s): pass def getboolean(self, arg): pass def getdouble(self, arg): pass def getint(self, arg): pass def getvar(self): pass def globalgetvar(self): pass def globalsetvar(self): pass def globalunsetvar(self): pass def interpaddr(self): pass def loadtk(self): pass def mainloop(self, threshold=0): pass def quit(self): pass def record(self, script): pass def setvar(self): pass def split(self, arg): pass def splitlist(self, arg): pass def unsetvar(self): pass def wantobjects(self): pass def willdispatch(self): pass class TkttType(object): def deletetimerhandler(self): pass WINDOW_EVENTS = 4 WRITABLE = 4 __doc__ = None __file__ = 'C:\\src\\ide\\build-files\\build-temp\\runtimes-release\\__os__\\win32\\runtime-python3.10\\DLLs\\_tkinter.pyd' __loader__ = None __name__ = '_tkinter' __package__ = '' __spec__ = None def _flatten(item): pass def create(screenName=None, baseName='', className='Tk', interactive=False, wantobjects=False, wantTk=True, sync=False, use=None): """ wantTk if false, then Tk_Init() doesn't get called sync if true, then pass -sync to wish use if not None, then pass -use to wish """ pass def getbusywaitinterval(): """ Return the current busy-wait interval between successive calls to Tcl_DoOneEvent in a threaded Python interpreter. """ pass def setbusywaitinterval(new_val): """ 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. """ pass