# encoding: utf-8
# module wx._html
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_html.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class HtmlHelpDataItem(__sip.wrapper):
    """
    HtmlHelpDataItem() -> None
    
    Helper class for wxHtmlHelpData.
    """
    def GetFullPath(self): # real signature unknown; restored from __doc__
        """ GetFullPath() -> str """
        return ""

    def GetIndentedName(self): # real signature unknown; restored from __doc__
        """ GetIndentedName() -> str """
        return ""

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    FullPath = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetFullPath() -> str"""

    IndentedName = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """GetIndentedName() -> str"""

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    book = None # (!) real value is '<sip.variabledescriptor object at 0x0000029CF05C7600>'
    id = None # (!) real value is '<sip.variabledescriptor object at 0x0000029CF05C7640>'
    level = None # (!) real value is '<sip.variabledescriptor object at 0x0000029CF05C7680>'
    name = None # (!) real value is '<sip.variabledescriptor object at 0x0000029CF05C76C0>'
    page = None # (!) real value is '<sip.variabledescriptor object at 0x0000029CF05C7700>'
    parent = None # (!) real value is '<sip.variabledescriptor object at 0x0000029CF05C7740>'


