# 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 AuiNotebookEvent(__wx__core.BookCtrlEvent):
    """
    AuiNotebookEvent(command_type=wx.wxEVT_NULL, win_id=0) -> None
    
    This class is used by the events generated by wxAuiNotebook.
    """
    def Clone(self): # real signature unknown; restored from __doc__
        """ Clone() -> wx.Event """
        pass

    def __init__(self, command_type=None, win_id=0): # real signature unknown; restored from __doc__
        pass


