Searched refs:choices (Results 1 - 25 of 213) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dchoice.cpp43 const wxArrayString& choices,
48 Create(parent, id, pos, size, choices, style, validator, name);
54 const wxArrayString& choices,
59 wxCArrayString chs(choices);
68 int n, const wxString choices[],
75 value = choices[0];
77 pos, size, n, choices,
40 wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style, const wxValidator& validator, const wxString& name) argument
51 Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style, const wxValidator& validator, const wxString& name) argument
65 Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, int n, const wxString choices[], long WXUNUSED(style), const wxValidator& validator, const wxString& name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dchoicdgg.cpp57 static int ConvertWXArrayToC(const wxArrayString& aChoices, wxString **choices);
67 int ConvertWXArrayToC(const wxArrayString& aChoices, wxString **choices) argument
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; local
109 int n = ConvertWXArrayToC(aChoices, &choices);
110 wxString res = wxGetSingleChoice(message, caption, n, choices, parent,
112 delete [] choices;
84 wxGetSingleChoice( const wxString& message, const wxString& caption, int n, const wxString *choices, wxWindow *parent, int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre), int WXUNUSED(width), int WXUNUSED(height) ) argument
117 wxGetSingleChoiceIndex( const wxString& message, const wxString& caption, int n, const wxString *choices, wxWindow *parent, int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre), int WXUNUSED(width), int WXUNUSED(height) ) argument
143 wxString *choices; local
152 wxGetSingleChoiceData( const wxString& message, const wxString& caption, int n, const wxString *choices, void **client_data, wxWindow *parent, int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre), int WXUNUSED(width), int WXUNUSED(height) ) argument
181 wxString *choices; local
191 wxGetMultipleChoices(wxArrayInt& selections, const wxString& message, const wxString& caption, int n, const wxString *choices, wxWindow *parent, int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre), int WXUNUSED(width), int WXUNUSED(height)) argument
223 wxString *choices; local
237 Create(wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, long styleDlg, const wxPoint& pos, long styleLbox) argument
290 Create(wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, long styleDlg, const wxPoint& pos, long styleLbox) argument
303 CreateList(int n, const wxString *choices, long styleLbox) argument
330 wxSingleChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, char **clientData, long style, const wxPoint& WXUNUSED(pos)) argument
342 wxSingleChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, char **clientData, long style, const wxPoint& WXUNUSED(pos)) argument
353 Create( wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, char **clientData, long style, const wxPoint& pos ) argument
378 Create( wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, char **clientData, long style, const wxPoint& pos ) argument
434 Create( wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, long style, const wxPoint& pos ) argument
458 Create( wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, long style, const wxPoint& pos ) argument
542 CreateList(int n, const wxString *choices, long styleLbox) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dchoicdgg.h47 int n, const wxString *choices,
52 (void)Create(parent, message, caption, n, choices,
58 const wxArrayString& choices,
63 (void)Create(parent, message, caption, choices,
70 int n, const wxString *choices,
77 const wxArrayString& choices,
86 const wxString *choices,
108 const wxString *choices,
115 const wxArrayString& choices,
124 const wxString *choices,
44 wxAnyChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, long styleDlg = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition, long styleLbox = wxLB_ALWAYS_SB) argument
55 wxAnyChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, long styleDlg = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition, long styleLbox = wxLB_ALWAYS_SB) argument
172 wxMultiChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, long style = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition) argument
182 wxMultiChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, long style = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dchecklst.h33 int n = 0, const wxString choices[] = NULL,
38 Create(parent, winid, pos, size, n, choices, style, validator, name);
43 const wxArrayString& choices,
48 Create(parent, winid, pos, size, choices, style, validator, name);
54 int n = 0, const wxString choices[] = NULL,
61 const wxArrayString& choices,
40 wxCheckListBox(wxWindow *parent, wxWindowID winid, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr) argument
H A Dchoice.h36 int n = 0, const wxString choices[] = NULL,
42 Create(parent, winid, pos, size, n, choices, style, validator, name);
47 const wxArrayString& choices,
53 Create(parent, winid, pos, size, choices, style, validator, name);
59 int n = 0, const wxString choices[] = NULL,
66 const wxArrayString& choices,
44 wxChoice(wxWindow *parent, wxWindowID winid, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) argument
H A Dlistbox.h35 int n = 0, const wxString choices[] = NULL,
40 Create(parent, winid, pos, size, n, choices, style, validator, name);
45 const wxArrayString& choices,
50 Create(parent, winid, pos, size, choices, style, validator, name);
56 int n = 0, const wxString choices[] = NULL,
63 const wxArrayString& choices,
42 wxListBox(wxWindow *parent, wxWindowID winid, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr) argument
H A Dradiobox.h37 int n = 0, const wxString choices[] = NULL,
42 Create(parent, winid, title, pos, size, n, choices, majorDim, style, validator, name);
48 const wxArrayString& choices,
53 Create(parent, winid, title, pos, size, choices, majorDim, style, validator, name);
60 int n = 0, const wxString choices[] = NULL,
69 const wxArrayString& choices,
44 wxRadioBox(wxWindow *parent, wxWindowID winid, const wxString& title, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, int majorDim = 0, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dchoice.h26 int n = 0, const wxString choices[] = (const wxString *) NULL,
31 Create(parent, id, pos, size, n, choices, style, validator, name);
36 const wxArrayString& choices,
44 int n = 0, const wxString choices[] = (wxString *) NULL,
51 const wxArrayString& choices,
H A Dchecklst.h36 const wxString choices[] = NULL,
43 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
49 const wxArrayString& choices,
59 const wxString choices[] = (const wxString *) NULL,
67 const wxArrayString& choices,
H A Dradiobox.h38 int n = 0, const wxString *choices = NULL,
46 (void)Create(parent, id, title, pos, size, n, choices,
54 const wxArrayString& choices,
65 int n = 0, const wxString *choices = NULL,
75 const wxArrayString& choices,
116 void Append(int n, const wxString *choices);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dchecklst.h35 const wxString *choices = NULL,
42 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
48 const wxArrayString& choices,
55 Create(parent, id, pos, size, choices, style, validator, name);
63 const wxString *choices = NULL,
71 const wxArrayString& choices,
44 wxCheckListBox(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr) argument
H A Dchoice.h39 int n = 0, const wxString choices[] = NULL,
44 Create(parent, id, pos, size, n, choices, style, validator, name);
49 const wxArrayString& choices,
54 Create(parent, id, pos, size, choices, style, validator, name);
60 int n = 0, const wxString choices[] = NULL,
67 const wxArrayString& choices,
46 wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) argument
H A Dlistbox.h46 int n = 0, const wxString choices[] = NULL,
51 Create(parent, winid, pos, size, n, choices, style, validator, name);
59 const wxArrayString& choices,
64 Create(parent, winid, pos, size, choices, style, validator, name);
73 const wxString choices[] = NULL,
83 const wxArrayString& choices,
54 wxListBox( wxWindow *parent, wxWindowID winid, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr) argument
H A Dradiobox.h28 int n = 0, const wxString choices[] = NULL,
32 Create(parent, id, title, pos, size, n, choices, majorDim, style, val, name);
36 const wxArrayString& choices,
41 Create(parent, id, title, pos, size, choices,
47 int n = 0, const wxString choices[] = NULL,
52 const wxArrayString& choices,
34 wxRadioBox(wxWindow *parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, int majorDim = 0, long style = wxRA_HORIZONTAL, const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dchecklst.h27 const wxString *choices = NULL,
34 Create(parent, id, pos, size, nStrings, choices, style, validator, name);
40 const wxArrayString& choices,
47 Create(parent, id, pos, size, choices, style, validator, name);
55 const wxString *choices = NULL,
63 const wxArrayString& choices,
36 wxCheckListBox(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr) argument
H A Dchoice.h39 int n = 0, const wxString choices[] = NULL,
44 Create(parent, id, pos, size, n, choices, style, validator, name);
49 const wxArrayString& choices,
54 Create(parent, id, pos, size, choices, style, validator, name);
60 int n = 0, const wxString choices[] = NULL,
67 const wxArrayString& choices,
46 wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) argument
H A Dradiobox.h28 int n = 0, const wxString choices[] = NULL,
32 Create(parent, id, title, pos, size, n, choices, majorDim, style, val, name);
36 const wxArrayString& choices,
41 Create(parent, id, title, pos, size, choices,
47 int n = 0, const wxString choices[] = NULL,
52 const wxArrayString& choices,
34 wxRadioBox(wxWindow *parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, int majorDim = 0, long style = wxRA_HORIZONTAL, const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dchoice.h30 int n = 0, const wxString choices[] = NULL,
35 Create(parent, id, pos, size, n, choices, style, validator, name);
41 const wxArrayString& choices,
46 Create(parent, id, pos, size, choices, style, validator, name);
53 int n = 0, const wxString choices[] = NULL,
61 const wxArrayString& choices,
109 int n, const wxString choices[],
37 wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) argument
H A Dcombobox.h32 int n = 0, const wxString choices[] = NULL,
37 Create(parent, id, value, pos, size, n, choices, style, validator, name);
43 const wxArrayString& choices,
48 Create(parent, id, value, pos, size, choices, style, validator, name);
57 const wxString choices[] = NULL,
66 const wxArrayString& choices,
39 wxComboBox(wxWindow *parent, wxWindowID id, const wxString& value, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxComboBoxNameStr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dchoice.h27 int n = 0, const wxString choices[] = (const wxString *) NULL,
34 Create(parent, id, pos, size, n, choices, style, validator, name);
39 const wxArrayString& choices,
46 Create(parent, id, pos, size, choices, style, validator, name);
52 int n = 0, const wxString choices[] = (wxString *) NULL,
59 const wxArrayString& choices,
36 wxChoice( wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dchoice.h27 int n = 0, const wxString choices[] = (const wxString *) NULL,
34 Create(parent, id, pos, size, n, choices, style, validator, name);
39 const wxArrayString& choices,
46 Create(parent, id, pos, size, choices, style, validator, name);
52 int n = 0, const wxString choices[] = (wxString *) NULL,
59 const wxArrayString& choices,
36 wxChoice( wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr ) argument
H A Dradiobox.h31 const wxString choices[] = (const wxString *) NULL,
39 Create( parent, id, title, pos, size, n, choices, majorDim, style, val, name );
47 const wxArrayString& choices,
55 Create( parent, id, title, pos, size, choices, majorDim, style, val, name );
64 const wxString choices[] = (const wxString *) NULL,
74 const wxArrayString& choices,
42 wxRadioBox(wxWindow *parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, int majorDim = 1, long style = wxRA_HORIZONTAL, const wxValidator& val = wxDefaultValidator, const wxString& name = wxRadioBoxNameStr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dchoice.h36 int n = 0, const wxString choices[] = NULL,
42 Create(parent, id, pos, size, n, choices, style, validator, name);
48 const wxArrayString& choices,
54 Create(parent, id, pos, size, choices, style, validator, name);
60 int n = 0, const wxString choices[] = NULL,
68 const wxArrayString& choices,
45 wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) argument
H A Dlistbox.h31 int n = 0, const wxString choices[] = NULL,
36 Create(parent, id, pos, size, n, choices, style, validator, name);
42 const wxArrayString& choices,
47 Create(parent, id, pos, size, choices, style, validator, name);
53 int n = 0, const wxString choices[] = NULL,
61 const wxArrayString& choices,
39 wxListBox(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxListBoxNameStr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dchecklst.cpp71 int nStrings, const wxString choices[],
76 Create(parent, id, pos, size, nStrings, choices,
82 const wxArrayString& choices,
87 Create(parent, id, pos, size, choices,
94 int n, const wxString choices[],
100 bool retVal = wxListBox::Create(parent, id, pos, size, n, choices,
108 const wxArrayString& choices,
114 bool retVal = wxListBox::Create(parent, id, pos, size, choices,
69 wxCheckListBox(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, int nStrings, const wxString choices[], long style, const wxValidator& val, const wxString& name) argument
80 wxCheckListBox(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style, const wxValidator& val, const wxString& name) argument
91 Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, int n, const wxString choices[], long style, const wxValidator& validator, const wxString& name) argument
105 Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style, const wxValidator& validator, const wxString& name) argument

Completed in 172 milliseconds

123456789