
VQc           @   s7   d  d l  Td e f d     YZ e   Z e j   d S(   i(   t   *t   Testc           B   s/   e  Z d    Z d   Z d   Z d d  Z RS(   c         C   s	   d GHd  S(   Nt   hi(    (   t   self(    (    s:   /usr/lib64/python2.7/Demo/tkinter/matt/animation-simple.pyt   printit   s    c      	   C   s   t  |  d d d d d |  j |  _ |  j j d t d t  t |  d d	 d
 d	 |  _ |  j j d d d d d d d d |  j j d t  d  S(   Nt   textt   QUITt
   foregroundt   redt   commandt   sidet   fillt   widtht   5it   heighti    i
   t   tagst   thingt   blue(	   t   Buttont   quitR   t   packt   LEFTt   BOTHt   Canvast   drawt   create_rectangle(   R   (    (    s:   /usr/lib64/python2.7/Demo/tkinter/matt/animation-simple.pyt   createWidgets	   s    %c         G   s-   |  j  j d d d  |  j d |  j  d  S(   NR   s   0.01ii
   (   R   t   movet   aftert	   moveThing(   R   t   args(    (    s:   /usr/lib64/python2.7/Demo/tkinter/matt/animation-simple.pyR      s    c         C   s>   t  j |  |  t j |   |  j   |  j d |  j  d  S(   Ni
   (   t   Framet   __init__t   Packt   configR   R   R   (   R   t   master(    (    s:   /usr/lib64/python2.7/Demo/tkinter/matt/animation-simple.pyR       s    
N(   t   __name__t
   __module__R   R   R   t   NoneR    (    (    (    s:   /usr/lib64/python2.7/Demo/tkinter/matt/animation-simple.pyR      s   			N(   t   TkinterR   R   t   testt   mainloop(    (    (    s:   /usr/lib64/python2.7/Demo/tkinter/matt/animation-simple.pyt   <module>   s   
	