Searched refs:ListBox (Results 1 – 4 of 4) sorted by relevance
89 m_Type = ListBox; in SyncFieldFlags()150 case CPDF_FormField::ListBox: { in ResetField()241 case ListBox: in GetFieldType()383 case ListBox: { in SetValue()517 if (GetType() == ListBox) { in ClearSelection()530 if (GetType() == ListBox) { in ClearSelection()545 ASSERT(GetType() == ComboBox || GetType() == ListBox); in IsItemSelected()594 ASSERT(GetType() == ComboBox || GetType() == ListBox); in SetItemSelection()601 if (GetType() == ListBox) { in SetItemSelection()614 if (m_Type == ListBox) { in SetItemSelection()[all …]
1367 …F_FormField::PushButton || iType == CPDF_FormField::CheckBox || iType == CPDF_FormField::ListBox) { in CheckRequiredFields()1546 …if ((eType == CPDF_FormField::ListBox || eType == CPDF_FormField::ComboBox) && pFieldDict->KeyExis… in FDF_ImportField()
1038 ListBox, enumerator
94 self.ctrls[Text] = wx.ListBox(panel, Id, pos=(Col, Row), size=Len)