Searched refs:wxGridCellEnumEditor (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgridctrl.h95 class WXDLLIMPEXP_ADV wxGridCellEnumEditor : public wxGridCellChoiceEditor class in inherits:wxGridCellChoiceEditor
98 wxGridCellEnumEditor( const wxString& choices = wxEmptyString );
99 virtual ~wxGridCellEnumEditor() {}
109 DECLARE_NO_COPY_CLASS(wxGridCellEnumEditor)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridctrl.cpp216 // wxGridCellEnumEditor
223 wxGridCellEnumEditor::wxGridCellEnumEditor(const wxString& choices) function in class:wxGridCellEnumEditor
232 wxGridCellEditor *wxGridCellEnumEditor::Clone() const
234 wxGridCellEnumEditor *editor = new wxGridCellEnumEditor();
239 void wxGridCellEnumEditor::BeginEdit(int row, int col, wxGrid* grid)
242 wxT("The wxGridCellEnumEditor must be Created first!"));
269 bool wxGridCellEnumEditor::EndEdit(int row, int col, wxGrid* grid)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp3324 new wxGridCellEnumEditor);

Completed in 121 milliseconds