-í
è¶<c       sš  d  k  l Z d Z d Z d Z d Z d Z d Z d Z d Z	 d	 Z
 d
 Z d Z d Z d Z d Z d Z d Z d Z d e f d „  ƒ  YZ e e e e d „ Z e e d „ Z e e d „ Z e e d „ Z e e d „ Z e e d „ Z e e d „ Z e e d „ Z e d j o‚ d Ge d d ƒ GHd Ge d d ƒ GHd Ge d d ƒ GHd Ge d d  ƒ GHd! Ge d d" ƒ GHd# Ge d d$ ƒ GHd% Ge d d& ƒ GHn d' S((   (   s   Dialogs   errors   infos   questions   warnings   abortretryignores   oks   okcancels   retrycancels   yesnos   yesnocancels   aborts   retrys   ignores   cancels   yess   nos   Messagec      s   t  Z d  Z d Z RS(   s   A message boxs   tk_messageBox(   s   __name__s
   __module__s   __doc__s   command(    (    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   Message= s    c    sn   | o | | d <n | o | | d <n |  o |  | d <n | o | | d <n t t f  | ƒ i ƒ  Sd  S(   Ns   icons   types   titles   message(   s   icons   optionss   types   titles   messages   applys   Messages   show(   s   titles   messages   icons   types   options(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   _showF s        c    s    t  t |  | t t f | ƒ Sd S(   s   Show an info messageN(   s   applys   _shows   titles   messages   INFOs   OKs   options(   s   titles   messages   options(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   showinfoM s     c    s    t  t |  | t t f | ƒ Sd S(   s   Show a warning messageN(   s   applys   _shows   titles   messages   WARNINGs   OKs   options(   s   titles   messages   options(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   showwarningQ s     c    s    t  t |  | t t f | ƒ Sd S(   s   Show an error messageN(   s   applys   _shows   titles   messages   ERRORs   OKs   options(   s   titles   messages   options(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys	   showerrorU s     c    s    t  t |  | t t f | ƒ Sd S(   s   Ask a questionN(   s   applys   _shows   titles   messages   QUESTIONs   YESNOs   options(   s   titles   messages   options(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   askquestionY s     c    s,   t  t |  | t t f | ƒ } | t j Sd S(   s@   Ask if operation should proceed; return true if the answer is okN(	   s   applys   _shows   titles   messages   QUESTIONs   OKCANCELs   optionss   ss   OK(   s   titles   messages   optionss   s(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   askokcancel] s     c    s,   t  t |  | t t f | ƒ } | t j Sd S(   s0   Ask a question; return true if the answer is yesN(	   s   applys   _shows   titles   messages   QUESTIONs   YESNOs   optionss   ss   YES(   s   titles   messages   optionss   s(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   askyesnob s     c    s,   t  t |  | t t f | ƒ } | t j Sd S(   sD   Ask if operation should be retried; return true if the answer is yesN(	   s   applys   _shows   titles   messages   WARNINGs   RETRYCANCELs   optionss   ss   RETRY(   s   titles   messages   optionss   s(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   askretrycancelg s     s   __main__s   Spams   Egg Informations   Egg Warnings	   Egg Alerts	   Question?s   proceeds   Proceed?s   yes/nos   Got it?s	   try agains
   Try again?N(   s   tkCommonDialogs   Dialogs   ERRORs   INFOs   QUESTIONs   WARNINGs   ABORTRETRYIGNOREs   OKs   OKCANCELs   RETRYCANCELs   YESNOs   YESNOCANCELs   ABORTs   RETRYs   IGNOREs   CANCELs   YESs   NOs   Messages   Nones   _shows   showinfos   showwarnings	   showerrors   askquestions   askokcancels   askyesnos   askretrycancels   __name__(   s   RETRYs   ABORTRETRYIGNOREs   askyesnos   OKCANCELs   askokcancels   showinfos   Dialogs   ERRORs   CANCELs   Messages   INFOs   WARNINGs   showwarnings   OKs   YESNOs	   showerrors   NOs   _shows   RETRYCANCELs   QUESTIONs   IGNOREs   askquestions   ABORTs   YESNOCANCELs   YESs   askretrycancel(    (    s)   /usr/lib/python2.2/lib-tk/tkMessageBox.pys   ? sD   		