Return identifier ID for this widget.
(self)
| 1267 | self.tk.call('winfo', 'height', self._w)) |
| 1268 | |
| 1269 | def winfo_id(self): |
| 1270 | """Return identifier ID for this widget.""" |
| 1271 | return int(self.tk.call('winfo', 'id', self._w), 0) |
| 1272 | |
| 1273 | def winfo_interps(self, displayof=0): |
| 1274 | """Return the name of all Tcl interpreters for this display.""" |