# encoding: utf-8
# module wx._propgrid
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_propgrid.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class PGPaintData(__sip.wrapper):
    """ Contains information related to property's OnCustomPaint. """
    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    m_choiceItem = None # (!) real value is '<sip.variabledescriptor object at 0x0000021EE5907440>'
    m_drawnHeight = None # (!) real value is '<sip.variabledescriptor object at 0x0000021EE59074C0>'
    m_drawnWidth = None # (!) real value is '<sip.variabledescriptor object at 0x0000021EE5907540>'
    m_parent = None # (!) real value is '<sip.variabledescriptor object at 0x0000021EE59075C0>'


