Home
last modified time | relevance | path

Searched refs:NoteBook (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/library/
Dtix.rst17 range of applications: :class:`NoteBook`, :class:`FileEntry`,
416 .. class:: NoteBook()
418 The `NoteBook
423 the visual "tabs" at the top of the NoteBook widget.
426 .. \ulink{NoteBook}{http://tix.sourceforge.net/dist/current/demos/samples/NoteBook.tcl}
464 ….. \ulink{Compound Image In NoteBook}{http://tix.sourceforge.net/dist/current/demos/samples/CmpImg…
/external/python/cpython2/Demo/tix/samples/
DNoteBook.py37 nb = Tix.NoteBook(w, name='nb', ipadx=6, ipady=6)
/external/python/cpython2/Demo/tix/
Dtixwidgets.py81 w = Tix.NoteBook(top, ipadx=5, ipady=5, options="""
681 nb = Tix.NoteBook(w, ipadx=6, ipady=6, options=options)
/external/python/cpython2/Lib/lib-tk/
DTix.py1140 class NoteBook(TixWidget): class