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

  /external/python/cpython2/Demo/tix/samples/
NoteBook.py 14 # you to lay out your interface using a "notebook" metaphore
23 # notebook, so that they are well-aligned on the screen.
34 # Create the notebook widget and set its backpagecolor to gray.
37 nb = Tix.NoteBook(w, name='nb', ipadx=6, ipady=6)
41 # Create the two tabs on the notebook. The -underline option
  /external/python/cpython2/Demo/tix/
tixwidgets.py 81 w = Tix.NoteBook(top, ipadx=5, ipady=5, options="""
617 note = Tix.LabelFrame(w, label='Tix.NoteBook', options=options)
675 text='The NoteBook widget allows you to layout a complex interface into individual pages.')
681 nb = Tix.NoteBook(w, ipadx=6, ipady=6, options=options)
768 'Notebook' : 'NoteBook',
796 ## {f "In NoteBook" CmpImg2.tcl }
797 ## {f "Notebook Color Tabs" CmpImg4.tcl }
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 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
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 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
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 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
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 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
    [all...]

Completed in 2711 milliseconds