Lines Matching defs:config
173 """Convert content of config-file into dictionary."""
184 print("Bad line in config-file %s:\n%s" % (filename,line))
202 """Read config-files, change configuration-dict accordingly.
209 Update configuration dictionary first according to config-file,
210 in the import directory, then according to config-file in the
212 If no config-file is found, the default configuration is used.
370 self._canvas.config(bg=bg,
410 def config(self, *args, **kwargs):
413 self._canvas.config(*args, **kwargs)
489 self.cv.config(scrollregion = (-w//2, -h//2, w//2, h//2 ))
582 self.cv.config(bg = color)
759 self.cv.config(scrollregion=(srx1, sry1, srx2, sry2))