HomeSort by relevance Sort by last modified time
    Searched refs:Notebook (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 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.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 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.""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 545 self.nb = ttk.Notebook(padding=0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 545 self.nb = ttk.Notebook(padding=0)
    [all...]

Completed in 477 milliseconds