#include </home/work/projects/wx/2.9/wx/interface/wx/grid.h>

Public Member Functions | |
| wxGridCellChoiceEditor (size_t count=0, const wxString choices[]=NULL, bool allowOthers=false) | |
| Choice cell renderer ctor. | |
| wxGridCellChoiceEditor (const wxArrayString &choices, bool allowOthers=false) | |
| Choice cell renderer ctor. | |
| virtual void | SetParameters (const wxString ¶ms) |
| Parameters string format is "item1[,item2[...,itemN]]". | |
| wxGridCellChoiceEditor::wxGridCellChoiceEditor | ( | size_t | count = 0, |
|
| const wxString | choices[] = NULL, |
|||
| bool | allowOthers = false | |||
| ) |
Choice cell renderer ctor.
| 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 | |||
| ) |
Choice cell renderer ctor.
| 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. |
| virtual void wxGridCellChoiceEditor::SetParameters | ( | const wxString & | params | ) | [virtual] |
Parameters string format is "item1[,item2[...,itemN]]".
|
[ top ] |