
VQc           @   s@   d  d l  Td   Z d e f d     YZ e   Z e j   d S(   i(   t   *c           C   s	   d GHd  S(   Ns   whoops -- tried to delete me!(    (    (    (    s=   /usr/lib64/python2.7/Demo/tkinter/matt/killing-window-w-wm.pyt   my_delete_callback	   s    t   Testc           B   s&   e  Z d    Z d   Z d d  Z RS(   c         C   s   |  Gd GHd  S(   Ns3   is now getting nuked. performing some save here....(    (   t   selft   event(    (    s=   /usr/lib64/python2.7/Demo/tkinter/matt/killing-window-w-wm.pyt   deathHandler   s    c         C   s,   t  |  d d |  _ |  j j d t  d  S(   Nt   textt   Hellot   side(   t   Buttont   hi_theret   packt   LEFT(   R   (    (    s=   /usr/lib64/python2.7/Demo/tkinter/matt/killing-window-w-wm.pyt   createWidgets   s    c         C   s>   t  j |  |  t j |   |  j   |  j d |  j  d  S(   Ns	   <Destroy>(   t   Framet   __init__t   Packt   configR   t   bind_allR   (   R   t   master(    (    s=   /usr/lib64/python2.7/Demo/tkinter/matt/killing-window-w-wm.pyR      s    
N(   t   __name__t
   __module__R   R   t   NoneR   (    (    (    s=   /usr/lib64/python2.7/Demo/tkinter/matt/killing-window-w-wm.pyR      s   		N(   t   TkinterR   R   R   t   testt   mainloop(    (    (    s=   /usr/lib64/python2.7/Demo/tkinter/matt/killing-window-w-wm.pyt   <module>   s   
		