<!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>
ó
Afc           @   sF   d  Z  d d l Td d d „  ƒ  YZ d „  Z e d k rB e ƒ  n  d S(	   s.   Play with the new Tk 8.0 toplevel menu option.iÿÿÿÿ(   t   *t   Appc           B   s   e  Z d  „  Z RS(   c         C   su  | |  _  t |  j  ƒ |  _ t |  j ƒ |  _ |  j j d d ƒ |  j j d d ƒ |  j j d d ƒ |  j j ƒ  |  j j d d d |  j  j ƒ t |  j ƒ |  _ |  j j d d ƒ |  j j d d ƒ |  j j d d	 ƒ t |  j d
 d ƒ|  _ |  j j d d ƒ |  j j	 d d d |  j ƒ |  j j	 d d d |  j ƒ |  j j	 d d d |  j ƒ t
 d |  j ƒ |  _ d  S(   Nt   labelt   News   Open...t   Closet   Quitt   commandt   Cutt   Copyt   Pastet   namet   helps   About...t   Filet   menut   Editt   Help(   t   mastert   Menut   menubart   filemenut   add_commandt   add_separatort   quitt   editmenut   helpmenut   add_cascadet   Toplevelt   top(   t   selfR   (    (    s9   /usr/lib64/python2.7/Demo/tkinter/guido/newmenubardemo.pyt   __init__	   s$    	(   t   __name__t
   __module__R   (    (    (    s9   /usr/lib64/python2.7/Demo/tkinter/guido/newmenubardemo.pyR      s   c          C   s-   t  ƒ  }  |  j ƒ  t |  ƒ } |  j ƒ  d  S(   N(   t   Tkt   withdrawR   t   mainloop(   t   roott   app(    (    s9   /usr/lib64/python2.7/Demo/tkinter/guido/newmenubardemo.pyt   main(   s    	
t   __main__N(    (   t   __doc__t   TkinterR   R%   R   (    (    (    s9   /usr/lib64/python2.7/Demo/tkinter/guido/newmenubardemo.pyt   <module>   s
   
!	