
VQc        	   @   s  d  d l  Z d  d l m Z e j   Z e j d  e j e d d Z e j   d e j	 f d     YZ
 e
 e d d d	 d
 Z e j d e j  xM e d  D]? Z x6 e d  D]( Z e j e e d e e e f  q Wq We j e d d d e j Z e j   e j   d S(   iN(   t   pprintt   testt   namet   a_labelt   MyGridc           B   s   e  Z d    Z d   Z RS(   c         O   s'   |  j  | d <t j j |  | |  d  S(   Nt
   editnotify(   R   t   tkt   Gridt   __init__(   t   selft   argst   kwargs(    (    s%   /usr/lib64/python2.7/Demo/tix/grid.pyR      s    c         C   s   t  S(   N(   t   True(   R	   t   xt   y(    (    s%   /usr/lib64/python2.7/Demo/tix/grid.pyR      s    (   t   __name__t
   __module__R   R   (    (    (    s%   /usr/lib64/python2.7/Demo/tix/grid.pyR      s   	t   a_gridt
   selectunitt   cellt   filli   t   textt   Closet   command(   t   TixR   R    t   Tkt   rt   titlet   Labelt   lt   packR   R   t   gt   BOTHt   xrangeR   R   t   sett   strt   Buttont   destroyt   ct   mainloop(    (    (    s%   /usr/lib64/python2.7/Demo/tix/grid.pyt   <module>   s   
	*
