???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ó
¿œ^c           @   sO   d  Z  d d l m Z m Z m Z d „  Z e d k rK e ƒ  e j ƒ  n  d S(   sÂ   turtledemo.two_canvases

Use TurtleScreen and RawTurtle to draw on two
distinct canvases in a separate windows. The
new window must be separately closed in
addition to pressing the STOP button.
iÿÿÿÿ(   t   TurtleScreent	   RawTurtlet   TKc    	      C   sâ  t  j ƒ  }  t  j |  d d d d d d ƒ} t  j |  d d d d d d ƒ} | j ƒ  | j ƒ  t | ƒ } | j d d d	 ƒ t | ƒ } | j d	 d d ƒ t | ƒ } t | ƒ } | j d
 d ƒ | j d ƒ | j d d ƒ | j d ƒ x. | | f D]  } | j	 d ƒ | j
 d ƒ qÿ W| j
 d ƒ x | | f D] } | j ƒ  q=WxE t d ƒ D]7 } x. | | f D]  } | j d ƒ | j
 d ƒ qqWq^WxB | | f D]4 } | j ƒ  | j
 d ƒ | j ƒ  | j d ƒ q¦Wd S(   Nt   widthi,  t   heightiÈ   t   bgs   #ddffffs   #ffeeeeg333333ë?i   t   redi   t   bluet   turtlei$   i´   i   i2   iH   i6   t	   EVENTLOOP(   i   g333333ë?g333333ë?(   g333333ë?g333333ë?i   (   R   t   Tkt   Canvast   packR    t   bgcolorR   t   colorR   t   shapet   ltt
   begin_fillt   ranget   fdt   end_fillt   put   bk(	   t   roott   cv1t   cv2t   s1t   s2t   pt   qt   tt   i(    (    s6   /usr/lib64/python2.7/Demo/turtle/tdemo_two_canvases.pyt   main   s>    !!



t   __main__N(   t   __doc__R   R    R   R   R    t   __name__t   mainloop(    (    (    s6   /usr/lib64/python2.7/Demo/turtle/tdemo_two_canvases.pyt   <module>   s
   	)