
VQc           @   sW   d  d l  Td e f d     YZ e   Z e j j d  e j j d  e j   d S(   i(   t   *t   Testc           B   s   e  Z d    Z d d  Z RS(   c         C   s   t  |  d d d d d d |  _ |  j j d  |  j j d t  t |  j d d	 d
 d d |  j |  j _ |  j j j d t  d  S(   Nt   widtht   1it   heightt
   backgroundt   greeni    t   sidet   textt   QUITt
   foregroundt   redt   command(   t   Framet   Gpanelt	   propagatet   packt   LEFTt   Buttont   quitR	   (   t   self(    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/not-what-you-might-think-2.pyt   createWidgets   s    c         C   s+   t  j |  |  t j |   |  j   d  S(   N(   R   t   __init__t   Packt   configR   (   R   t   master(    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/not-what-you-might-think-2.pyR      s    N(   t   __name__t
   __module__R   t   NoneR   (    (    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/not-what-you-might-think-2.pyR      s   	s   packer demot   packerN(   t   TkinterR   R   t   testR   t   titlet   iconnamet   mainloop(    (    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/not-what-you-might-think-2.pyt   <module>   s
   
	