HomeSort by relevance Sort by last modified time
    Searched refs:NoteBook (Results 1 - 4 of 4) 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 455 # For some widgets e.g., a NoteBook, when we call destructors,
457 # also destroys the parent NoteBook thus leading to an exception
458 # in Tkinter when it finally calls Tcl to destroy the NoteBook
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 451 # For some widgets e.g., a NoteBook, when we call destructors,
453 # also destroys the parent NoteBook thus leading to an exception
454 # in Tkinter when it finally calls Tcl to destroy the NoteBook
    [all...]

Completed in 567 milliseconds