wxPropertyGrid
Public Attributes | List of all members
wxPGPaintData Class Reference

Contains information relayed to property's OnCustomPaint. More...

#include <propgrid.h>

Public Attributes

int m_choiceItem
 Normally -1, otherwise index to drop-down list item that has to be drawn. More...
 
int m_drawnHeight
 In a measure item call, set this to the height of item at m_choiceItem index. More...
 
int m_drawnWidth
 Set to drawn width in OnCustomPaint (optional). More...
 
const wxPropertyGridm_parent
 wxPropertyGrid. More...
 

Detailed Description

Contains information relayed to property's OnCustomPaint.

Member Data Documentation

◆ m_choiceItem

int wxPGPaintData::m_choiceItem

Normally -1, otherwise index to drop-down list item that has to be drawn.

◆ m_drawnHeight

int wxPGPaintData::m_drawnHeight

In a measure item call, set this to the height of item at m_choiceItem index.

◆ m_drawnWidth

int wxPGPaintData::m_drawnWidth

Set to drawn width in OnCustomPaint (optional).

◆ m_parent

const wxPropertyGrid* wxPGPaintData::m_parent

The documentation for this class was generated from the following file: