# encoding: utf-8
# module wx._adv
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_adv.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class TaskBarIconEvent(__wx__core.Event):
    """
    TaskBarIconEvent(evtType, tbIcon) -> None
    
    The event class used by wxTaskBarIcon.
    """
    def Clone(self): # real signature unknown; restored from __doc__
        """ Clone(self) -> Optional[Event] """
        pass

    def __init__(self, evtType, tbIcon): # real signature unknown; restored from __doc__
        pass


