mò
žîBc           @   s«   d  k  Te ƒ  Z e ƒ  Z e ƒ  Z e ƒ  Z d „  Z d „  Z d „  Z d „  Z	 d e
 f d „  ƒ  YZ d e
 f d „  ƒ  YZ d	 e
 f d
 „  ƒ  YZ d e
 f d „  ƒ  YZ d S(   (   t   *c         C   s   |  i d d t | ƒ d  S(   Niÿÿÿÿ(   t   wint   Connectt   SAY_IDt   func(   R   R   (    (    t$   /home/mike/src/myrmidia/myrevents.pyt   EVT_SAY	   s    c         C   s   |  i d d t | ƒ d  S(   Niÿÿÿÿ(   R   R   t   QUIT_IDR   (   R   R   (    (    R   t   EVT_QUIT   s    c         C   s   |  i d d t | ƒ d  S(   Niÿÿÿÿ(   R   R   t   ADDCREATURE_IDR   (   R   R   (    (    R   t   EVT_ADDCREATURE   s    c         C   s   |  i d d t | ƒ d  S(   Niÿÿÿÿ(   R   R   t   DELCREATURE_IDR   (   R   R   (    (    R   t   EVT_DELCREATURE   s    t   SayEventc           B   s   t  Z d „  Z RS(   Nc         C   s'   t  i |  ƒ |  i t ƒ | |  _ d  S(   N(   t	   wxPyEventt   __init__t   selft   SetEventTypeR   t   data(   R   R   (    (    R   R      s    (   t   __name__t
   __module__R   (    (    (    R   R      s   t	   QuitEventc           B   s   t  Z d d „ Z RS(   Ni   c         C   s'   t  i |  ƒ |  i t ƒ | |  _ d  S(   N(   R   R   R   R   R   R   (   R   R   (    (    R   R      s    (   R   R   R   (    (    (    R   R      s   t   AddCreatureEventc           B   s   t  Z d „  Z RS(   Nc         C   s'   t  i |  ƒ |  i t ƒ | |  _ d  S(   N(   R   R   R   R   R	   R   (   R   R   (    (    R   R      s    (   R   R   R   (    (    (    R   R      s   t   DelCreatureEventc           B   s   t  Z d „  Z RS(   Nc         C   s'   t  i |  ƒ |  i t ƒ | |  _ d  S(   N(   R   R   R   R   R   R   (   R   R   (    (    R   R   %   s    (   R   R   R   (    (    (    R   R   $   s   N(   t   wxPython.wxt   wxNewIdR   R   R	   R   R   R   R
   R   R   R   R   R   R   (   R	   R   R   R   R   R   R
   R   R   R   R   R   (    (    R   t   ?   s   								
