ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     
{fc           @   s   d  Z  d d l m Z m Z m Z m Z m Z d Z d Z d Z	 d Z
 d	 Z d
 Z d d d     YZ d   Z e d k r d d l m Z e e  n  d S(   s   A CallTip window class for Tkinter/IDLE.

After ToolTip.py, which uses ideas gleaned from PySol
Used by the CallTips IDLE extension.
i(   t   Toplevelt   Labelt   LEFTt   SOLIDt   TclErrors   <<calltipwindow-hide>>s   <Key-Escape>s
   <FocusOut>s   <<calltipwindow-checkhide>>s   <KeyRelease>s   <ButtonRelease>id   t   calltipwindowregion_rightt   CallTipc           B   sJ   e  Z d    Z d   Z d   Z d d  Z d   Z d   Z d   Z	 RS(   c         C   sO   | |  _  d  |  _ |  _ d  |  _ |  _ d  |  _ d  |  _ |  _ d  |  _	 d  S(   N(
   t   widgett   Nonet	   tipwindowt   labelt	   parenlinet   parencolt   lastlinet   hideidt   checkhideidt   checkhide_after_id(   t   selfR   (    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyt   __init__   s    		c         C   s(  t  |  j j d  j d  d  } | |  j k r8 d S| |  _ |  j j d  | |  j k r |  j j d |  j |  j f  } n |  j j d |  } | s t	 |  j j d   } d | d <d | d <n  | d |  j j
   d } | d | d	 |  j j   } |  j j d
 | | f  d S(   s;   Check if needs to reposition the window, and if so - do it.t   insertt   .i    Ns   %d.%ds   %d.0i   i   i   s   +%d+%d(   t   intR   t   indext   splitR   t   seeR   t   bboxR   t   listt   winfo_rootxt   winfo_rootyR	   t   wm_geometry(   R   t   curlinet   boxt   xt   y(    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyt   position_window   s     %	
c         C   s  | |  _  |  j s |  j  r  d S|  j j t |  t t |  j j |  j d   \ |  _	 |  _
 t |  j  |  _ } |  j   | j d  y# | j j d d | j d d  Wn t k
 r n Xt | d |  j  d	 t d
 d d t d d d |  j d |  _ |  j j   | j   | j   |  j j t |  j  |  _ x! t D] } |  j j t |  qGW|  j j t  |  j  |  j j t! |  j"  |  _# x! t$ D] } |  j j t! |  qWd S(   sM   Show the calltip, bind events which will close it and reposition it.
        NR   i   s!   ::tk::unsupported::MacWindowStylet   stylet   helpt   noActivatest   textt   justifyt
   backgrounds   #ffffe0t   relieft   borderwidtht   font(%   R&   R	   R   t   mark_sett
   MARK_RIGHTt   mapR   R   R   R   R   R    R"   t   wm_overrideredirectt   tkt   callt   _wR   R   R   R   R
   t   packt   update_idletaskst   liftt   bindt   CHECKHIDE_VIRTUAL_EVENT_NAMEt   checkhide_eventR   t   CHECKHIDE_SEQUENCESt	   event_addt   aftert   CHECKHIDE_TIMEt   HIDE_VIRTUAL_EVENT_NAMEt
   hide_eventR   t   HIDE_SEQUENCES(   R   R&   t	   parenleftt
   parenrightt   twt   seq(    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyt   showtip/   s:    	-


c         C   s   |  j  s d  St t |  j j d  j d   \ } } | |  j k  s| | |  j k rd | |  j k s| |  j j d d t	  r |  j
   nJ |  j   |  j d  k	 r |  j j |  j  n  |  j j t |  j  |  _ d  S(   NR   R   t   >(   R	   R.   R   R   R   R   R   R   t   compareR-   t   hidetipR"   R   R   t   after_cancelR;   R<   R8   (   R   t   eventR   t   curcol(    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyR8   X   s    	*
c         C   s   |  j  s d  S|  j   d  S(   N(   R	   RG   (   R   RI   (    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyR>   j   s    	c         C   s   |  j  s d  Sx! t D] } |  j j t |  q W|  j j t |  j  d  |  _ x! t D] } |  j j t	 |  qW W|  j j t	 |  j
  d  |  _
 |  j j   d  |  _ |  j  j   d  |  _  |  j j t  d  |  _ |  _ |  _ d  S(   N(   R	   R9   R   t   event_deleteR7   t   unbindR   R   R?   R=   R   R
   t   destroyt
   mark_unsetR-   R   R   R   (   R   RC   (    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyRG   p   s     					c         C   s   t  |  j  S(   N(   t   boolR	   (   R   (    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyt	   is_active   s    N(
   t   __name__t
   __module__R   R"   RD   R   R8   R>   RG   RP   (    (    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyR      s   			)		c   	         s   d d l  m } m } m } m } | |   } | j d  | j d |  j   d |  j   d f  | |  } | j	 d | d | d	 d
  | j
 d d  | j   t |      f d   }   f d   } | j d d  | j d d  | j d |  | j d |  | j   d  S(   Ni(   R    t   TextR   t   BOTHs   Test calltipss   200x100+%d+%di   i   t   sidet   fillt   expandi   R   s   string.splitc            s     j  d d d  d  S(   Ns   (s=Hello world)R   t   end(   RD   (   RI   (   t   calltip(    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyt   calltip_show   s    c            s     j    d  S(   N(   RG   (   RI   (   RY   (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyt   calltip_hide   s    s   <<calltip-show>>t   (s   <<calltip-hide>>t   )(   t   TkinterR    RS   R   RT   t   titlet   geometryR   R   R3   R   t   updateR   R:   R6   t	   focus_set(	   t   parentR    RS   R   RT   t   topR&   RZ   R[   (    (   RY   s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyt   _calltip_window   s"    "
t   __main__(   t   runN(   s   <Key-Escape>s
   <FocusOut>(   s   <KeyRelease>s   <ButtonRelease>(    (   t   __doc__R^   R    R   R   R   R   R=   R?   R7   R9   R<   R-   R   Re   RQ   t   idlelib.idle_test.htestRg   (    (    (    s-   /usr/lib64/python2.7/idlelib/CallTipWindow.pyt   <module>   s   (y	