• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/

Lines Matching refs:choices

57 static int ConvertWXArrayToC(const wxArrayString& aChoices, wxString **choices);
67 int ConvertWXArrayToC(const wxArrayString& aChoices, wxString **choices)
70 *choices = new wxString[n];
74 (*choices)[i] = aChoices[i];
86 int n, const wxString *choices,
92 wxSingleChoiceDialog dialog(parent, message, caption, n, choices);
108 wxString *choices;
109 int n = ConvertWXArrayToC(aChoices, &choices);
110 wxString res = wxGetSingleChoice(message, caption, n, choices, parent,
112 delete [] choices;
119 int n, const wxString *choices,
125 wxSingleChoiceDialog dialog(parent, message, caption, n, choices);
143 wxString *choices;
144 int n = ConvertWXArrayToC(aChoices, &choices);
145 int res = wxGetSingleChoiceIndex(message, caption, n, choices, parent,
147 delete [] choices;
154 int n, const wxString *choices,
161 wxSingleChoiceDialog dialog(parent, message, caption, n, choices,
181 wxString *choices;
182 int n = ConvertWXArrayToC(aChoices, &choices);
183 void *res = wxGetSingleChoiceData(message, caption, n, choices,
186 delete [] choices;
194 int n, const wxString *choices,
200 wxMultiChoiceDialog dialog(parent, message, caption, n, choices);
223 wxString *choices;
224 int n = ConvertWXArrayToC(aChoices, &choices);
226 n, choices, parent,
228 delete [] choices;
240 int n, const wxString *choices,
261 m_listbox = CreateList(n, choices, styleLbox);
293 const wxArrayString& choices,
298 wxCArrayString chs(choices);
303 wxListBoxBase *wxAnyChoiceDialog::CreateList(int n, const wxString *choices, long styleLbox)
310 n, choices,
334 const wxString *choices,
339 Create(parent, message, caption, n, choices, clientData, style);
345 const wxArrayString& choices,
350 Create(parent, message, caption, choices, clientData, style);
357 const wxString *choices,
363 n, choices,
381 const wxArrayString& choices,
386 wxCArrayString chs(choices);
438 const wxString *choices,
450 n, choices,
461 const wxArrayString& choices,
465 wxCArrayString chs(choices);
542 wxListBoxBase *wxMultiChoiceDialog::CreateList(int n, const wxString *choices, long styleLbox)
550 n, choices,