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

Lines Matching full:notebook

462         # For some widgets e.g., a NoteBook, when we call destructors,
464 # also destroys the parent NoteBook thus leading to an exception
465 # in Tkinter when it finally calls Tcl to destroy the NoteBook
1110 notebook metaphor. The notebook is divided into a stack of pages
1151 class NoteBook(TixWidget):
1152 """NoteBook - Multi-page container widget (tabbed notebook metaphor).