wxGridCellChoiceEditor Class Reference
[Grid Related Classes]
#include <wx/grid.h>
Detailed Description
Grid cell editor for string data providing the user a choice from a list of strings.
- See also:
- wxGridCellEditor, wxGridCellBoolEditor, wxGridCellFloatEditor, wxGridCellNumberEditor, wxGridCellTextEditor
List of all members.
Constructor & Destructor Documentation
wxGridCellChoiceEditor::wxGridCellChoiceEditor |
( |
size_t |
count = 0 , |
|
|
const wxString |
choices[] = NULL , |
|
|
bool |
allowOthers = false | |
|
) |
| | |
- Parameters:
-
| count | Number of strings from which the user can choose. |
| choices | An array of strings from which the user can choose. |
| allowOthers | If allowOthers is true, the user can type a string not in choices array. |
wxGridCellChoiceEditor::wxGridCellChoiceEditor |
( |
const wxArrayString & |
choices, |
|
|
bool |
allowOthers = false | |
|
) |
| | |
- Parameters:
-
| choices | An array of strings from which the user can choose. |
| allowOthers | If allowOthers is true, the user can type a string not in choices array. |
Member Function Documentation
virtual void wxGridCellChoiceEditor::SetParameters |
( |
const wxString & |
params |
) |
[virtual] |
Parameters string format is "item1[,item2[...,itemN]]".