Searched refs:wxGridCellAutoWrapStringEditor (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.h114 class WXDLLIMPEXP_ADV wxGridCellAutoWrapStringEditor : public wxGridCellTextEditor class in inherits:wxGridCellTextEditor
117 wxGridCellAutoWrapStringEditor() : wxGridCellTextEditor() { } function in class:wxGridCellAutoWrapStringEditor
123 { return new wxGridCellAutoWrapStringEditor; }
125 DECLARE_NO_COPY_CLASS(wxGridCellAutoWrapStringEditor)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridctrl.cpp287 // wxGridCellAutoWrapStringEditor
291 wxGridCellAutoWrapStringEditor::Create(wxWindow* parent,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.cpp270 grid->SetCellEditor( 0, 1 , new wxGridCellAutoWrapStringEditor);

Completed in 111 milliseconds