
πΛχ2c      sδ      k  l  k  l  e d  j o  d Z n
 	 d Z  d e f d     YZ  d   Z * e d j on + e	 e
 h  d d <e d	 <h  e < Z . e	 e
 h  d
 d <e i d	 <h  e < Z 1 e i   n d S(   f3.6s   warnings	   questheads   Dialogc     s#     e  h  d  Z  d   Z RS(   Nc   sΕ     t  | | f  }  d |  _  t i |  | |   |  i i	 t
 |  i i d |  i | d | d | d | d f | d   |  _  y  t i |   Wn  t j
 o
  n Xd  S(   Ns
   __dialog__s	   tk_dialogs   titles   texts   bitmaps   defaults   strings(   s	   _cnfmerges   cnfs   kws   selfs
   widgetNames   Widgets   _setups   masters   tks   getints   applys   calls   _ws   nums   destroys   TclError(   s   selfs   masters   cnfs   kws$   /usr/lib/python1.4/tkinter/Dialog.pys   __init__c   s
     d  S(   N(    (   s   selfs$   /usr/lib/python1.4/tkinter/Dialog.pys   destroy(   s   Nones   __init__s   destroy(    s$   /usr/lib/python1.4/tkinter/Dialog.pys   Dialogc    sZ     t  t h  d d <d d <t d <d d <d d	 d
 f d < }  ' |  i GHd  S(   Ns   File Modifieds   titlesz   File "Python.h" has been modified since the last time it was saved. Do you want to save it before exiting the application.s   texts   bitmapi    s   defaults	   Save Files   Discard Changess   Return to Editors   strings(   s   Dialogs   Nones   DIALOG_ICONs   ds   num(   s   ds$   /usr/lib/python1.4/tkinter/Dialog.pys   _tests   __main__s   Tests   texts   commands   QuitN(   s   Tkinters   *s	   _cnfmerges	   TkVersions   DIALOG_ICONs   Widgets   Dialogs   _tests   __name__s   Buttons   Nones   Packs   ts   quits   qs   mainloop(    s$   /usr/lib/python1.4/tkinter/Dialog.pys   ?