Phoenix Logo

phoenix_title wx.dataview.DataViewBitmapRenderer

This class is used by wx.dataview.DataViewCtrl to render bitmap controls.


class_hierarchy Class Hierarchy

Inheritance diagram for class DataViewBitmapRenderer:

method_summary Methods Summary

__init__ The constructor.

api Class API



class wx.dataview.DataViewBitmapRenderer(DataViewRenderer)

Possible constructors:

DataViewBitmapRenderer(varianttype="wxBitmap", mode=DATAVIEW_CELL_INERT,
                       align=DVR_DEFAULT_ALIGNMENT)

This class is used by DataViewCtrl to render bitmap controls.


Methods



__init__(self, varianttype="wxBitmap", mode=DATAVIEW_CELL_INERT, align=DVR_DEFAULT_ALIGNMENT)

The constructor.

Parameters: