???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ó
¿œ^c           @   sW   d  d l  Z  d Z d „  Z d d d „  ƒ  YZ e d k rS e  j ƒ  Z e e ƒ n  d S(   iÿÿÿÿNi    c         C   s$   t  |  ƒ } | j ƒ  | j ƒ  d  S(   N(   t   DemoPanedwint   mainloopt   destroy(   t   roott   panedwin(    (    s1   /usr/lib64/python2.7/Demo/tix/samples/PanedWin.pyt	   RunSample   s    
R    c           B   s,   e  Z d  „  Z d „  Z d „  Z d „  Z RS(   c   
      C   sÿ  | |  _  d |  _ | j ƒ  } | j d |  d „ ƒ t j | d d d d ƒ} | j j d d	 ƒ t j | d
 d ƒ} | j	 d d d d d ƒ} | j	 d d d ƒ} t j
 | ƒ } d | j d <d | j d <t j | ƒ } d | j d <d | j d <| j j t j d ƒ | j j t j d ƒ | j j t j d ƒ | j j t j d ƒ | j j t j d ƒ | j j t j d ƒ | j j t j d ƒ | j d | j d <d | j d  <| j j t j d! ƒ d" | j d# <| j d$ d% d& t j d' d( d) d* ƒ | j d$ d% d& t j d' d( d) d* ƒ | j d+ t j d' d, d) d, d& t j ƒ | j d+ t j d' d, d) d, d& t j d$ d% ƒ t j | d
 t j ƒ}	 |	 j	 d- d d. d/ d d d* d0 |  j ƒ|	 j	 d1 d d2 d/ d d d* d0 |  j ƒ|	 j d+ t j d& t j ƒ d  S(3   Niÿÿÿÿt   WM_DELETE_WINDOWc         S   s
   |  j  ƒ  S(   N(   t   quitcmd(   t   self(    (    s1   /usr/lib64/python2.7/Demo/tix/samples/PanedWin.pyt   <lambda>!   t    t   labels
   Newsgroup:t   optionss   entry.width 25i    s   comp.lang.pythont   orientationt   verticalt   listt   miniF   t   sizeid   t   textiP   t   widthi   t   heighti   s+     12324 Re: Tkinter is good for your healths+   + 12325 Re: Tkinter is good for your healthsH   + 12326 Re: Tix is even better for your health (Was: Tkinter is good...)sH     12327 Re: Tix is even better for your health (Was: Tkinter is good...)sH   + 12328 Re: Tix is even better for your health (Was: Tkinter is good...)sH     12329 Re: Tix is even better for your health (Was: Tkinter is good...)sH   + 12330 Re: Tix is even better for your health (Was: Tkinter is good...)t   bgt   nonet   wraps~  
    Mon, 19 Jun 1995 11:39:52        comp.lang.python              Thread   34 of  220
    Lines 353       A new way to put text and bitmaps together iNo responses
    ioi@blue.seas.upenn.edu                Ioi K. Lam at University of Pennsylvania

    Hi,

    I have implemented a new image type called "compound". It allows you
    to glue together a bunch of bitmaps, images and text strings together
    to form a bigger image. Then you can use this image with widgets that
    support the -image option. For example, you can display a text string string
    together with a bitmap, at the same time, inside a TK button widget.
    t   disabledt   statet   expandi   t   fillt   padxi   t   padyi   t   sidei   t   okt   Okt	   underlinet   commandt   cancelt   Cancel(   R   t   exitt   winfo_toplevelt   wm_protocolt   Tixt
   LabelEntryt   entryt   insertt   PanedWindowt   addt   ScrolledListBoxt   listboxt   ScrolledTextR   t   ENDt   packt   BOTHt   TOPt	   ButtonBoxt
   HORIZONTALR   t   BOTTOMt   X(
   R   t   wt   zt   groupt   panet   p1t   p2R   R   t   box(    (    s1   /usr/lib64/python2.7/Demo/tix/samples/PanedWin.pyt   __init__   sJ    		%%(.

c         C   s   d |  _  d  S(   Ni    (   R%   (   R   (    (    s1   /usr/lib64/python2.7/Demo/tix/samples/PanedWin.pyR   V   s    c         C   s-   x& |  j  d k  r( |  j j j t ƒ q Wd  S(   Ni    (   R%   R   t   tkt
   dooneeventt   TCL_ALL_EVENTS(   R   (    (    s1   /usr/lib64/python2.7/Demo/tix/samples/PanedWin.pyR   Y   s    c         C   s   |  j  j ƒ  d  S(   N(   R   R   (   R   (    (    s1   /usr/lib64/python2.7/Demo/tix/samples/PanedWin.pyR   ]   s    (   t   __name__t
   __module__R@   R   R   R   (    (    (    s1   /usr/lib64/python2.7/Demo/tix/samples/PanedWin.pyR       s   	:		t   __main__(    (   R(   RC   R   R    RD   t   TkR   (    (    (    s1   /usr/lib64/python2.7/Demo/tix/samples/PanedWin.pyt   <module>   s   	E