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

  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 84 m_Type = ComboBox;
131 case CPDF_FormField::ComboBox: {
239 case ComboBox:
351 case ComboBox: {
517 if (GetType() == ComboBox) {
530 if (GetType() == ComboBox) {
542 ASSERT(GetType() == ComboBox || GetType() == ListBox);
591 ASSERT(GetType() == ComboBox || GetType() == ListBox);
601 if (GetType() == ComboBox) {
637 } else if (m_Type == ComboBox) {
    [all...]
doc_form.cpp     [all...]
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 45 this.comboBoxFilter = new System.Windows.Forms.ComboBox();
49 this.comboBoxInterval = new System.Windows.Forms.ComboBox();
372 private System.Windows.Forms.ComboBox comboBoxFilter;
375 private System.Windows.Forms.ComboBox comboBoxInterval;
  /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 1084 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 319 milliseconds