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

Lines Matching refs:cget

427     def cget(self, *args, **kwargs):
430 return self._canvas.cget(*args, **kwargs)
511 w = int(self.cv.cget("width"))
512 h = int(self.cv.cget("height"))
609 return self.cv.cget("bg")