HomeSort by relevance Sort by last modified time
    Searched refs:ButtonBox (Results 1 - 17 of 17) sorted by null

  /external/python/cpython2/Demo/tix/samples/
BtnBox.py 33 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
OptMenu.py 53 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
PopMenu.py 46 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
ComboBox.py 79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
Control.py 75 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DirTree.py 80 # Use a ButtonBox to hold the buttons.
82 box = Tix.ButtonBox (w, orientation='horizontal')
PanedWin.py 79 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
SHList1.py 100 # Use a ButtonBox to hold the buttons.
102 box= Tix.ButtonBox(top, orientation=Tix.HORIZONTAL )
Tree.py 29 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DirList.py 86 # Use a ButtonBox to hold the buttons.
88 box = Tix.ButtonBox (w, orientation='horizontal')
SHList2.py 137 # Use a ButtonBox to hold the buttons.
139 box= Tix.ButtonBox(top, orientation=Tix.HORIZONTAL )
  /external/python/cpython2/Lib/lib-tk/
Tix.py 550 class ButtonBox(TixWidget):
551 """ButtonBox - A container for pushbuttons.
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 544 class ButtonBox(TixWidget):
545 """ButtonBox - A container for pushbuttons.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 558 class ButtonBox(TixWidget):
559 """ButtonBox - A container for pushbuttons.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 558 class ButtonBox(TixWidget):
559 """ButtonBox - A container for pushbuttons.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 558 class ButtonBox(TixWidget):
559 """ButtonBox - A container for pushbuttons.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 558 class ButtonBox(TixWidget):
559 """ButtonBox - A container for pushbuttons.
    [all...]

Completed in 876 milliseconds