
VQc           @   sS   d  d l  Td  d l Z d e f d     YZ e   Z e j j d  e j   d S(   i(   t   *Nt   Appc           B   s   e  Z d d   Z d   Z RS(   c         C   sM   t  j |  |  |  j   t   |  _ |  j j   |  j j d |  j  d  S(   Ns   <Key-Return>(   t   Framet   __init__t   packt   Entryt   entrythingyt   bindt   print_contents(   t   selft   master(    (    s6   /usr/lib64/python2.7/Demo/tkinter/matt/entry-simple.pyR      s
    
c         C   s   d G|  j  j   GHd  S(   Ns"   hi. contents of entry is now ---->(   R   t   get(   R	   t   event(    (    s6   /usr/lib64/python2.7/Demo/tkinter/matt/entry-simple.pyR      s    N(   t   __name__t
   __module__t   NoneR   R   (    (    (    s6   /usr/lib64/python2.7/Demo/tkinter/matt/entry-simple.pyR      s   t   Foo(   t   Tkintert   stringR   R   t   rootR
   t   titlet   mainloop(    (    (    s6   /usr/lib64/python2.7/Demo/tkinter/matt/entry-simple.pyt   <module>   s
   
	