# 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 PGPropArgCls(__sip.wrapper):
    """
    PGPropArgCls(property) -> None
    PGPropArgCls(str) -> None
    PGPropArgCls(id) -> None
    """
    def GetName(self): # real signature unknown; restored from __doc__
        """ GetName() -> str """
        return ""

    def GetPtr(self, iface=None): # real signature unknown; restored from __doc__ with multiple overloads
        """
        GetPtr() -> PGProperty
        GetPtr(iface) -> PGProperty
        """
        return PGProperty

    def GetPtr0(self): # real signature unknown; restored from __doc__
        """ GetPtr0() -> PGProperty """
        return PGProperty

    def HasName(self): # real signature unknown; restored from __doc__
        """ HasName() -> bool """
        return False

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    Name = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetName() -> str"""

    Ptr = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetPtr() -> PGProperty
GetPtr(iface) -> PGProperty
"""

    Ptr0 = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetPtr0() -> PGProperty"""

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



