# 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 AuiTabContainerButton(__sip.wrapper):
    """
    A simple class which holds information about wxAuiNotebook tab buttons
    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"""


    bitmap = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F85A980>'
    curState = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F862BC0>'
    disBitmap = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F862C40>'
    id = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F862CC0>'
    location = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F862D00>'
    rect = None # (!) real value is '<sip.variabledescriptor object at 0x000001F37F862D40>'


