Home
last modified time | relevance | path

Searched refs:ButtonBox (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Demo/tix/samples/
DBtnBox.py33 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DPopMenu.py46 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DOptMenu.py53 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DTree.py29 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DSHList1.py102 box= Tix.ButtonBox(top, orientation=Tix.HORIZONTAL )
DComboBox.py79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DDirTree.py82 box = Tix.ButtonBox (w, orientation='horizontal')
DPanedWin.py79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DControl.py75 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DDirList.py88 box = Tix.ButtonBox (w, orientation='horizontal')
DSHList2.py139 box= Tix.ButtonBox(top, orientation=Tix.HORIZONTAL )
/external/python/cpython2/Demo/tix/
DREADME.txt17 of widgets like ButtonBox, the members are added dynamically.
/external/python/cpython2/Doc/library/
Dtix.rst115 .. class:: ButtonBox()
117 The `ButtonBox
122 .. \ulink{ButtonBox}{http://tix.sourceforge.net/dist/current/demos/samples/BtnBox.tcl}
/external/python/cpython2/Lib/lib-tk/
DTix.py550 class ButtonBox(TixWidget): class