Returns a list of windows managed by the notebook.
(self)
| 882 | |
| 883 | |
| 884 | def tabs(self): |
| 885 | """Returns a list of windows managed by the notebook.""" |
| 886 | return self.tk.splitlist(self.tk.call(self._w, "tabs") or ()) |
| 887 | |
| 888 | |
| 889 | def enable_traversal(self): |