<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
¿œ^c        	   @   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(   iÿÿÿÿN(   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   
	*
