# 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 PGCellData(__wx__core.RefCounter):
    """ PGCellData() -> None """
    def SetBgCol(self, col): # real signature unknown; restored from __doc__
        """ SetBgCol(col) -> None """
        pass

    def SetBitmap(self, bitmap): # real signature unknown; restored from __doc__
        """ SetBitmap(bitmap) -> None """
        pass

    def SetFgCol(self, col): # real signature unknown; restored from __doc__
        """ SetFgCol(col) -> None """
        pass

    def SetFont(self, font): # real signature unknown; restored from __doc__
        """ SetFont(font) -> None """
        pass

    def SetText(self, text): # real signature unknown; restored from __doc__
        """ SetText(text) -> None """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass


