Return the width of this widget.
(self)
| 1464 | self.tk.call('winfo', 'vrooty', self._w)) |
| 1465 | |
| 1466 | def winfo_width(self): |
| 1467 | """Return the width of this widget.""" |
| 1468 | return self.tk.getint( |
| 1469 | self.tk.call('winfo', 'width', self._w)) |
| 1470 | |
| 1471 | def winfo_x(self): |
| 1472 | """Return the x coordinate of the upper left corner of this widget |