#include <wx/dataview.h>
wxDataViewTextRenderer is used for rendering text.
It supports in-place editing if desired.
Public Member Functions | |
wxDataViewTextRenderer (const wxString &varianttype="string", wxDataViewCellMode mode=wxDATAVIEW_CELL_INERT, int align=wxDVR_DEFAULT_ALIGNMENT) | |
The ctor. |
wxDataViewTextRenderer::wxDataViewTextRenderer | ( | const wxString & | varianttype = "string" , |
|
wxDataViewCellMode | mode = wxDATAVIEW_CELL_INERT , |
|||
int | align = wxDVR_DEFAULT_ALIGNMENT | |||
) |
The ctor.
![]() |
[ top ] |