wxDataViewTextRendererAttr Class Reference
[wxDataViewCtrl Related Classes]

#include <wx/dataview.h>

Inheritance diagram for wxDataViewTextRendererAttr:

Inheritance graph
[legend]

Detailed Description

The same as wxDataViewTextRenderer but with support for font attributes.

Font attributes are currently only supported under GTK+ and MSW.

See also:
wxDataViewModel::GetAttr and wxDataViewItemAttr.

Library:  wxAdvanced

Category:  wxDataViewCtrl Related Classes

Public Member Functions

 wxDataViewTextRendererAttr (const wxString &varianttype="string", wxDataViewCellMode mode=wxDATAVIEW_CELL_INERT, int align=wxDVR_DEFAULT_ALIGNMENT)
 The ctor.

List of all members.


Constructor & Destructor Documentation

wxDataViewTextRendererAttr::wxDataViewTextRendererAttr ( const wxString varianttype = "string",
wxDataViewCellMode  mode = wxDATAVIEW_CELL_INERT,
int  align = wxDVR_DEFAULT_ALIGNMENT 
)

The ctor.



wxWidgets logo

[ top ]