/external/python/cpython2/Demo/tix/samples/ |
D | ComboBox.py | 33 a = Tix.ComboBox(top, label="Month: ", dropdown=1, 46 b = Tix.ComboBox(top, label="Year: ", dropdown=0,
|
/external/python/cpython3/Lib/msilib/ |
D | schema.py | 149 ComboBox = Table('ComboBox') variable 150 ComboBox.add_field(1,'Property',11592) 151 ComboBox.add_field(2,'Order',9474) 152 ComboBox.add_field(3,'Value',3392) 153 ComboBox.add_field(4,'Text',8000) 580 …, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Com…
|
/external/python/cpython2/Doc/library/ |
D | tix.rst | 14 widgets that are missing from standard Tk: :class:`HList`, :class:`ComboBox`, 125 .. class:: ComboBox() 127 The `ComboBox 134 .. \ulink{ComboBox}{http://tix.sourceforge.net/dist/current/demos/samples/ComboBox.tcl} 272 a ComboBox widget so that they can be quickly selected again. 294 selected into a :class:`ComboBox` widget so that they can be quickly selected
|
/external/python/cpython3/Doc/library/ |
D | tkinter.tix.rst | 23 :class:`ComboBox`, :class:`Control` (a.k.a. SpinBox) and an assortment of 113 .. class:: ComboBox() 115 The `ComboBox 122 .. \ulink{ComboBox}{http://tix.sourceforge.net/dist/current/demos/samples/ComboBox.tcl} 260 a ComboBox widget so that they can be quickly selected again. 282 selected into a :class:`ComboBox` widget so that they can be quickly selected
|
/external/pdfium/xfa/fwl/ |
D | cfwl_widget.h | 37 ComboBox, enumerator
|
D | cfwl_combobox.cpp | 41 return FWL_Type::ComboBox; in GetClassID()
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 149 ComboBox = Table('ComboBox') variable 150 ComboBox.add_field(1,'Property',11592) 151 ComboBox.add_field(2,'Order',9474) 152 ComboBox.add_field(3,'Value',3392) 153 ComboBox.add_field(4,'Text',8000) 580 …, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Com…
|
D | uisample.py | 112 ComboBox = [ variable
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 149 ComboBox = Table('ComboBox') variable 150 ComboBox.add_field(1,'Property',11592) 151 ComboBox.add_field(2,'Order',9474) 152 ComboBox.add_field(3,'Value',3392) 153 ComboBox.add_field(4,'Text',8000) 580 …, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Com…
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 196 b1 = Tix.ComboBox(w, command=lambda w=top: MainTextFont(w)) 197 b2 = Tix.ComboBox(w, command=lambda w=top: MainTextFont(w)) 307 static = Tix.ComboBox(w, label='Static', editable=0, options=options) 308 editable = Tix.ComboBox(w, label='Editable', editable=1, options=options) 309 history = Tix.ComboBox(w, label='History', editable=1, history=1,
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | makefile | 50 $O\ComboBox.obj \
|
D | SFXWin.dsp | 515 SOURCE=..\..\..\Windows\Control\ComboBox.cpp 519 SOURCE=..\..\..\Windows\Control\ComboBox.h
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwltheme.cpp | 265 case FWL_Type::ComboBox: in GetTheme()
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 565 class ComboBox(TixWidget): class 1668 class _dummyComboBox(ComboBox, TixSubWidget): 1718 class _dummyFileComboBox(ComboBox, TixSubWidget):
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 563 class ComboBox(TixWidget): class 1664 class _dummyComboBox(ComboBox, TixSubWidget): 1714 class _dummyFileComboBox(ComboBox, TixSubWidget):
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 249 …self.cmb = wx.ComboBox(parent, id, "", pos=(pos[0]-MacOffset(),pos[1]), size=(w, -1), style=wx.CB_…
|
D | JetDialogs.py | 64 …self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Ls…
|