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

  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 84 m_Type = ComboBox;
131 case CPDF_FormField::ComboBox: {
239 case ComboBox:
353 case ComboBox: {
520 if (GetType() == ComboBox) {
533 if (GetType() == ComboBox) {
545 ASSERT(GetType() == ComboBox || GetType() == ListBox);
594 ASSERT(GetType() == ComboBox || GetType() == ListBox);
604 if (GetType() == ComboBox) {
640 } else if (m_Type == ComboBox) {
    [all...]
doc_form.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 577 class ComboBox(TixWidget):
578 """ComboBox - an Entry field with a dropdown menu. The user can select a
701 recently selected into a ComboBox widget so that they can be quickly
706 selection ComboBox
707 filter ComboBox
725 types ComboBox
726 dir ComboBox
727 file ComboBox
798 recently selected into a ComboBox widget so that they can be quickly
803 selection ComboBox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 577 class ComboBox(TixWidget):
578 """ComboBox - an Entry field with a dropdown menu. The user can select a
701 recently selected into a ComboBox widget so that they can be quickly
706 selection ComboBox
707 filter ComboBox
725 types ComboBox
726 dir ComboBox
727 file ComboBox
798 recently selected into a ComboBox widget so that they can be quickly
803 selection ComboBox
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1039 ComboBox,
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 249 self.cmb = wx.ComboBox(parent, id, "", pos=(pos[0]-MacOffset(),pos[1]), size=(w, -1), style=wx.CB_DROPDOWN)
JetDialogs.py 64 self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Lst, wx.CB_DROPDOWN | wx.CB_READONLY )
    [all...]

Completed in 291 milliseconds