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

Lines Matching refs:NoteBook

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