???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ó
ŋ^c           @   s7   d  d l  Td e f d     YZ e   Z e j   d S(   iĸĸĸĸ(   t   *t   Testc           B   sA   e  Z d    Z d   Z d   Z d   Z d   Z d d  Z RS(   c         C   s    | j  j t  s |  j j | j d | j d | j d | j d d d } |  j j | d |  j  |  j j | d |  j	  n  | j |  _
 | j |  _ d  S(   Ni
   t   fillt   greens   <Enter>s   <Leave>(   t   widgett   find_withtagt   CURRENTt   drawt   create_ovalt   xt   yt   tag_bindt
   mouseEntert
   mouseLeavet   lastxt   lasty(   t   selft   eventt   fred(    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/printing-coords-of-items.pyt	   mouseDown	   s    	+	c         C   sF   |  j  j t | j |  j | j |  j  | j |  _ | j |  _ d  S(   N(   R   t   moveR   R	   R   R
   R   (   R   R   (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/printing-coords-of-items.pyt	   mouseMove   s    *c         C   s+   |  j  j t d d |  j  j t  GHd  S(   NR   t   red(   R   t
   itemconfigR   t   coords(   R   R   (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/printing-coords-of-items.pyR   "   s    c         C   s   |  j  j t d d d  S(   NR   t   blue(   R   R   R   (   R   R   (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/printing-coords-of-items.pyR   (   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 t  t j	 |  j d |  j
  t j	 |  j d |  j  d  S(   Nt   textt   QUITt
   foregroundR   t   commandt   sideR   t   widtht   5it   heights   <1>s   <B1-Motion>(   t   Buttont   quitR   t   packt   LEFTt   BOTHt   CanvasR   t   Widgett   bindR   R   (   R   (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/printing-coords-of-items.pyt   createWidgets-   s    c         C   s+   t  j |  |  t j |   |  j   d  S(   N(   t   Framet   __init__t   Packt   configR*   (   R   t   master(    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/printing-coords-of-items.pyR,   7   s    N(	   t   __name__t
   __module__R   R   R   R   R*   t   NoneR,   (    (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/printing-coords-of-items.pyR      s   					
N(   t   TkinterR+   R   t   testt   mainloop(    (    (    sB   /usr/lib64/python2.7/Demo/tkinter/matt/printing-coords-of-items.pyt   <module>   s   
7	