<!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           @   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   
	