Searched refs:Notebook (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 20 OptionMenu, Notebook, Radiobutton, Scrollbar, Style, 101 note: Notebook 116 self.note = note = Notebook(frame)
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 20 "Labelframe", "LabelFrame", "Menubutton", "Notebook", "Panedwindow", 772 class Notebook(Widget): class 773 """Ttk Notebook widget manages a collection of windows and displays 778 """Construct a Ttk Notebook with parent master.
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 921 return ttk.Notebook(self.root, **kwargs)
|
Completed in 8 milliseconds