-class HtmlContentsItem(object):
- """Proxy of C++ HtmlContentsItem class"""
- def __init__(self): raise RuntimeError, "No constructor defined"
- def __repr__(self):
- return "<%s.%s; proxy of C++ wxHtmlContentsItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
- def GetLevel(*args, **kwargs):
- """GetLevel(self) -> int"""
- return _html.HtmlContentsItem_GetLevel(*args, **kwargs)
-
- def GetID(*args, **kwargs):
- """GetID(self) -> int"""
- return _html.HtmlContentsItem_GetID(*args, **kwargs)
-
- def GetName(*args, **kwargs):
- """GetName(self) -> String"""
- return _html.HtmlContentsItem_GetName(*args, **kwargs)
-
- def GetPage(*args, **kwargs):
- """GetPage(self) -> String"""
- return _html.HtmlContentsItem_GetPage(*args, **kwargs)
-
- def GetBook(*args, **kwargs):
- """GetBook(self) -> HtmlBookRecord"""
- return _html.HtmlContentsItem_GetBook(*args, **kwargs)
-
-
-class HtmlContentsItemPtr(HtmlContentsItem):
- def __init__(self, this):
- self.this = this
- if not hasattr(self,"thisown"): self.thisown = 0
- self.__class__ = HtmlContentsItem
-_html.HtmlContentsItem_swigregister(HtmlContentsItemPtr)
-