Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:_CFG

151 _CFG = {"width" : 0.5,               # Screen
242 ## show(_CFG)
244 _CFG.update(cfgdict2)
245 ## show(_CFG)
247 _CFG.update(cfgdict1)
248 ## show(_CFG)
251 readconfig(_CFG)
920 def __init__(self, cv, mode=_CFG["mode"],
921 colormode=_CFG["colormode"], delay=_CFG["delay"]):
948 self._colormode = _CFG["colormode"]
965 self._delayvalue = _CFG["delay"]
966 self._colormode = _CFG["colormode"]
1940 def __init__(self, resizemode=_CFG["resizemode"]):
1945 def _reset(self, pencolor=_CFG["pencolor"],
1946 fillcolor=_CFG["fillcolor"]):
2424 shape=_CFG["shape"],
2425 undobuffersize=_CFG["undobuffersize"],
2426 visible=_CFG["visible"]):
3559 _title = _CFG["title"]
3572 width = _CFG["width"]
3573 height = _CFG["height"]
3574 canvwidth = _CFG["canvwidth"]
3575 canvheight = _CFG["canvheight"]
3576 leftright = _CFG["leftright"]
3577 topbottom = _CFG["topbottom"]
3583 def setup(self, width=_CFG["width"], height=_CFG["height"],
3584 startx=_CFG["leftright"], starty=_CFG["topbottom"]):
3681 if _CFG["using_IDLE"]:
3699 shape=_CFG["shape"],
3700 undobuffersize=_CFG["undobuffersize"],
3701 visible=_CFG["visible"]):
3774 _LANGUAGE = _CFG["language"]
3828 turtlename = _CFG["exampleturtle"]
3840 screenname = _CFG["examplescreen"]