Searched refs:NoteBook (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | tix.rst | 17 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/ |
D | NoteBook.py | 37 nb = Tix.NoteBook(w, name='nb', ipadx=6, ipady=6)
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 81 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/ |
D | Tix.py | 1140 class NoteBook(TixWidget): class
|