Searched refs:ButtonBox (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Demo/tix/samples/ |
D | BtnBox.py | 33 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | PopMenu.py | 46 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | OptMenu.py | 53 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | Tree.py | 29 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | SHList1.py | 102 box= Tix.ButtonBox(top, orientation=Tix.HORIZONTAL )
|
D | ComboBox.py | 79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | DirTree.py | 82 box = Tix.ButtonBox (w, orientation='horizontal')
|
D | PanedWin.py | 79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | Control.py | 75 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | DirList.py | 88 box = Tix.ButtonBox (w, orientation='horizontal')
|
D | SHList2.py | 139 box= Tix.ButtonBox(top, orientation=Tix.HORIZONTAL )
|
/external/python/cpython2/Demo/tix/ |
D | README.txt | 17 of widgets like ButtonBox, the members are added dynamically.
|
/external/python/cpython2/Doc/library/ |
D | tix.rst | 115 .. class:: ButtonBox() 117 The `ButtonBox 122 .. \ulink{ButtonBox}{http://tix.sourceforge.net/dist/current/demos/samples/BtnBox.tcl}
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 550 class ButtonBox(TixWidget): class
|