# encoding: utf-8
# module wx._aui
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_aui.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class AuiNotebookPage(__sip.wrapper):
    """
    A simple class which holds information about the notebook's pages and
    their state.
    """
    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    active = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F8614C0>'
    bitmap = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F861500>'
    caption = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F861540>'
    rect = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F861580>'
    tooltip = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F8615C0>'
    window = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F861600>'


