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

Lines Matching refs:Notebook

20            "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow",
797 class Notebook(Widget):
798 """Ttk Notebook widget manages a collection of windows and displays
803 """Construct a Ttk Notebook with parent master.
831 Widget.__init__(self, master, "ttk::notebook", kw)
835 """Adds a new tab to the notebook.
837 If window is currently managed by the notebook but hidden, it is
852 managed by the notebook and its configuration remembered. Hidden
873 a managed child. If child is already managed by the notebook,
900 """Returns a list of windows managed by the notebook."""
906 this notebook.
909 this notebook as follows:
921 traversal, including nested notebooks. However, notebook traversal
923 notebook."""
927 self.tk.call("ttk::notebook::enableTraversal", self._w)