Return geometry string for this widget in the form "widthxheight+X+Y".
(self)
| 1258 | 'winfo', 'fpixels', self._w, number)) |
| 1259 | |
| 1260 | def winfo_geometry(self): |
| 1261 | """Return geometry string for this widget in the form "widthxheight+X+Y".""" |
| 1262 | return self.tk.call('winfo', 'geometry', self._w) |
| 1263 | |
| 1264 | def winfo_height(self): |
| 1265 | """Return height of this widget.""" |