
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 d  Z RS(   c         C   s   |  j  d GHd  S(   Nt   command(   t   hi_there(   t   self(    (    s7   /usr/lib64/python2.7/Demo/tkinter/matt/packer-simple.pyt   printit   s    c         C   s   t  |  d d d d d |  j |  _ |  j j d t d t  t  |  d d d |  j |  _ |  j j d t  t  |  d d	 |  _ |  j j   t  |  d d
 |  _	 |  j	 j   d  S(   Nt   textt   QUITt
   foregroundt   redR   t   sidet   fillt   Hellos   button 2s   button 3(
   t   Buttont   quitR   t   packt   LEFTt   BOTHR   R   t   guy2t   guy3(   R   (    (    s7   /usr/lib64/python2.7/Demo/tkinter/matt/packer-simple.pyt   createWidgets   s    c         C   s+   t  j |  |  t j |   |  j   d  S(   N(   t   Framet   __init__t   Packt   configR   (   R   t   master(    (    s7   /usr/lib64/python2.7/Demo/tkinter/matt/packer-simple.pyR      s    N(   t   __name__t
   __module__R   R   t   NoneR   (    (    (    s7   /usr/lib64/python2.7/Demo/tkinter/matt/packer-simple.pyR      s   		N(   t   TkinterR   R   t   testt   mainloop(    (    (    s7   /usr/lib64/python2.7/Demo/tkinter/matt/packer-simple.pyt   <module>   s   
	