<!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           @   sY   d  d l  Td  d l Z d e f d „  ƒ  YZ d e f d „  ƒ  YZ e ƒ  Z e j ƒ  d S(   iÿÿÿÿ(   t   *Nt
   QuitButtonc           B   s   e  Z d  „  Z RS(   c         O   s\   | j  d ƒ s d | d <n  | j  d ƒ s; | j | d <n  t t j |  | f | | ƒ d  S(   Nt   textt   QUITt   command(   t   has_keyt   quitt   applyt   Buttont   __init__(   t   selft   mastert   argst   kwargs(    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/window-creation-w-location.pyR	      s
    (   t   __name__t
   __module__R	   (    (    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/window-creation-w-location.pyR   
   s   t   Testc           B   s&   e  Z d  „  Z d „  Z d d „ Z RS(   c         G   sg   t  ƒ  } t | d d d d ƒ| _ | j j d d d d ƒ | j j d d d d ƒ | j j ƒ  d  S(   Nt   widtht   2it   heightt   0(   t   Toplevelt   Canvast   labelt   create_linet   pack(   R
   R   t   fred(    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/window-creation-w-location.pyt
   makeWindow   s
    	c      
   C   si   t  |  ƒ |  _ |  j j d t d t ƒ t |  d d d d d d d	 |  j ƒ|  _ |  j j d t ƒ d  S(
   Nt   sidet   fillR   s   Make a New WindowR   i2   R   i   R   (   R   R   R   t   LEFTt   BOTHR   R   (   R
   (    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/window-creation-w-location.pyt   createWidgets   s    c         C   s+   t  j |  | ƒ t j |  ƒ |  j ƒ  d  S(   N(   t   FrameR	   t   Packt   configR    (   R
   R   (    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/window-creation-w-location.pyR	   '   s    N(   R   R   R   R    t   NoneR	   (    (    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/window-creation-w-location.pyR      s   			(   t   Tkintert   sysR   R   R!   R   t   testt   mainloop(    (    (    sD   /usr/lib64/python2.7/Demo/tkinter/matt/window-creation-w-location.pyt   <module>   s
   
	