# 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 PGChoicesData(__wx__core.RefCounter):
    """ PGChoicesData() -> None """
    def Clear(self): # real signature unknown; restored from __doc__
        """ Clear() -> None """
        pass

    def CopyDataFrom(self, data): # real signature unknown; restored from __doc__
        """ CopyDataFrom(data) -> None """
        pass

    def GetCount(self): # real signature unknown; restored from __doc__
        """ GetCount() -> int """
        return 0

    def Insert(self, index, item): # real signature unknown; restored from __doc__
        """ Insert(index, item) -> PGChoiceEntry """
        return PGChoiceEntry

    def Item(self, i): # real signature unknown; restored from __doc__
        """ Item(i) -> PGChoiceEntry """
        return PGChoiceEntry

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    Count = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetCount() -> int"""



