Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
natron / opt / Natron2 / lib / python2.7 / lib-tk / Tix.pyo
Size: Mime:
ó
ÂgWc@s~ddlTddlmZmZmZedkr>ed‚nddlZdZdZdZ	d	Z
d
ZdZdZ
d
ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZd®Zd¯Zd°Zd±Z d²Z!d!Z"ddlZddl#Z#d"d³d#„ƒYZ$d$ej%e$fd%„ƒYZ%d&d´d'„ƒYZ&ej'j(e&fej'_(d(ej'fd)„ƒYZ)d*e)fd+„ƒYZ*d,dµd-„ƒYZ+d.e)fd/„ƒYZ,d0e)fd1„ƒYZ-d2e)fd3„ƒYZ.d4e)fd5„ƒYZ/d6e)fd7„ƒYZ0d8e)fd9„ƒYZ1d:e)fd;„ƒYZ2d<e)fd=„ƒYZ3d>e)fd?„ƒYZ4d@e)fdA„ƒYZ5dBe)fdC„ƒYZ6dDe)fdE„ƒYZ7dFe)fdG„ƒYZ8dHe)e9e:fdI„ƒYZ;dJe)fdK„ƒYZ<dLe)fdM„ƒYZ=dNe)fdO„ƒYZ>dPe)fdQ„ƒYZ?dRe)fdS„ƒYZ@dTe)fdU„ƒYZAdVe)fdW„ƒYZBdXe)fdY„ƒYZCdZe)fd[„ƒYZDd\e)fd]„ƒYZEd^e)fd_„ƒYZFd`e)fda„ƒYZGdbe)fdc„ƒYZHdde)fde„ƒYZIdfe)fdg„ƒYZJdhe)fdi„ƒYZKdje)fdk„ƒYZLdle)fdm„ƒYZMdne)fdo„ƒYZNdpe)fdq„ƒYZOdre)e9e:fds„ƒYZPdte)fdu„ƒYZQdve)fdw„ƒYZRdxeSe*fdy„ƒYZTdzeUe*fd{„ƒYZVd|eWe*fd}„ƒYZXd~eYe*fd„ƒYZZd€e[e*fd„ƒYZ\d‚e]e*fdƒ„ƒYZ^d„e_e*fd…„ƒYZ`d†eae*fd‡„ƒYZbdˆece*fd‰„ƒYZddŠeee*fd‹„ƒYZfdŒeHe*fd„ƒYZgdŽe;e*fd„ƒYZhdeGe*fd‘„ƒYZid’ePe*fd“„ƒYZjd”e.e*fd•„ƒYZkd–e0e*fd—„ƒYZld˜e2e*fd™„ƒYZmdše3e*fd›„ƒYZndœe6e*fd„ƒYZodže.e*fdŸ„ƒYZpd eOe*fd¡„ƒYZqd¢eBe*fd£„ƒYZrd¤eDe*fd¥„ƒYZsd¦„Ztd§„Zud¨e)fd©„ƒYZvdªe)e9e:fd«„ƒYZwd¬ewfd­„ƒYZxdS(¶iÿÿÿÿ(t*(t_flattent	_cnfmerget
_default_rootgˡE¶óý@s0This version of Tix.py requires Tk 4.0 or higherNtwindowttexttstatust	immediatetimaget	imagetexttballoontautot	acrosstoptasciitcelltcolumnt
decreasingt
increasingtintegertmaintmaxtrealtrowss-regionsx-regionsy-regioniiiiiit
tixCommandcBs_eZdZd„Zd„Zd	d„Zd	d„Zd„Zd„Z	d„Z
d	d„ZRS(
s”The tix commands provide access to miscellaneous  elements
    of  Tix's  internal state and the Tix application context.
    Most of the information manipulated by these  commands pertains
    to  the  application  as a whole, or to a screen or
    display, rather than to a particular window.

    This is a mixin class, assumed to be mixed to Tkinter.Tk
    that supports the self.tk.call method.
    cCs|jjdd|ƒS(s¯Tix maintains a list of directories under which
        the  tix_getimage  and tix_getbitmap commands will
        search for image files. The standard bitmap  directory
        is $TIX_LIBRARY/bitmaps. The addbitmapdir command
        adds directory into this list. By  using  this
        command, the  image  files  of an applications can
        also be located using the tix_getimage or tix_getbitmap
        command.
        ttixtaddbitmapdir(ttktcall(tselft	directory((s./lib-tk/Tix.pyttix_addbitmapdirYs
cCs|jjdd|ƒS(s·Returns  the  current  value  of the configuration
        option given by option. Option may be  any  of  the
        options described in the CONFIGURATION OPTIONS section.
        Rtcget(RR(Rtoption((s./lib-tk/Tix.pyttix_cgetescKs|rt||fƒ}n|r0t|ƒ}n|dkrL|jddƒSt|tƒrr|jddd|ƒS|jjd|j|ƒƒS(s‘Query or modify the configuration options of the Tix application
        context. If no option is specified, returns a dictionary all of the
        available options.  If option is specified with no value, then the
        command returns a list describing the one named option (this list
        will be identical to the corresponding sublist of the value
        returned if no option is specified).  If one or more option-value
        pairs are specified, then the command modifies the given option(s)
        to have the given value(s); in this case the command returns an
        empty string. Option may be any of the configuration options.
        Rt	configuret-N(stixR"(	RtNonet
_getconfiguret
isinstancet
StringTypet_getconfigure1RRt_options(Rtcnftkw((s./lib-tk/Tix.pyt
tix_configurelscCs9|dk	r"|jjdd|ƒS|jjddƒSdS(sñReturns the file selection dialog that may be shared among
        different calls from this application.  This command will create a
        file selection dialog widget when it is called the first time. This
        dialog will be returned by all subsequent calls to tix_filedialog.
        An optional dlgclass parameter can be passed to specified what type
        of file selection dialog widget is desired. Possible options are
        tix FileSelectDialog or tixExFileSelectDialog.
        Rt
filedialogN(R$RR(Rtdlgclass((s./lib-tk/Tix.pyttix_filedialog‚s	cCs|jjdd|ƒS(sâLocates a bitmap file of the name name.xpm or name in one of the
        bitmap directories (see the tix_addbitmapdir command above).  By
        using tix_getbitmap, you can avoid hard coding the pathnames of the
        bitmap files in your application. When successful, it returns the
        complete pathname of the bitmap file, prefixed with the character
        '@'.  The returned value can be used to configure the -bitmap
        option of the TK and Tix widgets.
        Rt	getbitmap(RR(Rtname((s./lib-tk/Tix.pyt
tix_getbitmaps	cCs|jjdd|ƒS(sÅLocates an image file of the name name.xpm, name.xbm or name.ppm
        in one of the bitmap directories (see the addbitmapdir command
        above). If more than one file with the same name (but different
        extensions) exist, then the image type is chosen according to the
        depth of the X display: xbm images are chosen on monochrome
        displays and color images are chosen on color displays. By using
        tix_ getimage, you can avoid hard coding the pathnames of the
        image files in your application. When successful, this command
        returns the name of the newly created image, which can be used to
        configure the -image option of the Tk and Tix widgets.
        Rtgetimage(RR(RR1((s./lib-tk/Tix.pyttix_getimage›scCs|jjddd|ƒS(s@Gets  the options  maintained  by  the  Tix
        scheme mechanism. Available options include:

            active_bg       active_fg      bg
            bold_font       dark1_bg       dark1_fg
            dark2_bg        dark2_fg       disabled_fg
            fg              fixed_font     font
            inactive_bg     inactive_fg    input1_bg
            input2_bg       italic_font    light1_bg
            light1_fg       light2_bg      light2_fg
            menu_font       output1_bg     output2_bg
            select_bg       select_fg      selector
            RR tget(RR(RR1((s./lib-tk/Tix.pyttix_option_get©scCsE|dk	r(|jjdd|||ƒS|jjdd||ƒSdS(sÉResets the scheme and fontset of the Tix application to
        newScheme and newFontSet, respectively.  This affects only those
        widgets created after this call. Therefore, it is best to call the
        resetoptions command before the creation of any widgets in a Tix
        application.

        The optional parameter newScmPrio can be given to reset the
        priority level of the Tk options set by the Tix schemes.

        Because of the way Tk handles the X option database, after Tix has
        been has imported and inited, it is not possible to reset the color
        schemes and font sets using the tix config command.  Instead, the
        tix_resetoptions command must be used.
        RtresetoptionsN(R$RR(Rt	newSchemet
newFontSett
newScmPrio((s./lib-tk/Tix.pyttix_resetoptionsºsN(t__name__t
__module__t__doc__RR!R$R,R/R2R4R6R;(((s./lib-tk/Tix.pyRNs						tTkcBs)eZdZdddd„Zd„ZRS(s{Toplevel widget of Tix which represents mostly the main window
    of an application. It has an associated Tcl interpreter.tTixcCs†tjj||||ƒtjjdƒ}|jjdƒ|dk	rr|jjd|ƒ|jjd|ƒn|jjdƒdS(NtTIX_LIBRARYs<global auto_path; lappend auto_path [file dir [info nameof]]s(global auto_path; lappend auto_path {%s}s,global tcl_pkgPath; lappend tcl_pkgPath {%s}spackage require Tix(	tTkinterR?t__init__tostenvironR5RtevalR$(Rt
screenNametbaseNamet	classNamettixlib((s./lib-tk/Tix.pyRCÑscCs$|jddƒtjj|ƒdS(NtWM_DELETE_WINDOWt(tprotocolRBR?tdestroy(R((s./lib-tk/Tix.pyRNßsN(R<R=R>R$RCRN(((s./lib-tk/Tix.pyR?ÎstFormcBs_eZdZid„ZeZd„Zd„Zd„Zddd„Zd	d„Z
d„ZRS(
s•The Tix Form geometry manager

    Widgets can be arranged by specifying attachments to other widgets.
    See Tix documentation for complete detailscKs)|jjd|j|j||ƒŒdS(NttixForm(RRt_wR)(RR*R+((s./lib-tk/Tix.pytconfigëscCstj|i||6ƒdS(N(ROtform(Rtkeytvalue((s./lib-tk/Tix.pyt__setitem__ðscCs|jjdd|jƒS(NRPtcheck(RRRQ(R((s./lib-tk/Tix.pyRWóscCs|jjdd|jƒdS(NRPtforget(RRRQ(R((s./lib-tk/Tix.pyRXösicCsŽ|ro|ro|jjdd|jƒ}|jj|ƒ}d}x'|D]}||jj|ƒf}qHW|S|jjdd|j||ƒS(NRPtgrid((RRRQt	splitlisttgetint(Rtxsizetysizetxtytz((s./lib-tk/Tix.pyRYùs
cCsX|s|jjdd|jƒS|ddkr<d|}n|jjdd|j|ƒS(NRPtinfoiR#(RRRQ(RR ((s./lib-tk/Tix.pyRas

cCs1t|j|jj|jjdd|jƒƒƒS(NRPtslaves(tmapt
_nametowidgetRRZRRQ(R((s./lib-tk/Tix.pyRb
s			N(R<R=R>RRRSRVRWRXRYR$RaRb(((s./lib-tk/Tix.pyROås			
t	TixWidgetcBs}eZdZdddiid„Zd„Zd„Zd„Zd„Zd„Z	d„Z
d„Zidd	„Zd
„Z
RS(sQA TixWidget class is used to package all (or most) Tix widgets.

    Widget initialization is extended in two ways:
       1) It is possible to give a list of options which must be part of
       the creation command (so called Tix 'static' options). These cannot be
       given as a 'config' command later.
       2) It is possible to give the name of an existing TK widget. These are
       child widgets created automatically by a Tix mega-widget. The Tk call
       to create these widgets is therefore bypassed in TixWidget.__init__

    Both options are for use by subclasses only.
    c	Csø|rt||fƒ}nt|ƒ}d}|rC|jdƒn	dg}xE|jƒD]6\}}||krZ|d||f}||=qZqZW||_tj|||ƒ|rÒ|jj||j|Œn|rëtj	||ƒni|_
dS(NtoptionsR#((Rtappendtitemst
widgetNametWidgett_setupRRRQRRtsubwidget_list(	RtmasterRitstatic_optionsR*R+textratktv((s./lib-tk/Tix.pyRC!s$		cCs'||jkr|j|St|‚dS(N(RltAttributeError(RR1((s./lib-tk/Tix.pyt__getattr__NscCs|jjd|j|ƒdS(s1Set a variable without calling its action routinettixSetSilentN(RRRQ(RRU((s./lib-tk/Tix.pyt
set_silentSscCsT|j|ƒ}|s0td|d|j‚n|t|jƒd}|j|ƒS(sSReturn the named subwidget (which must have been created by
        the sub-class).s
Subwidget s not child of i(t_subwidget_nametTclErrort_nametlenRQRd(RR1tn((s./lib-tk/Tix.pyt	subwidgetWs
cCsl|jƒ}|sgSg}xI|D]A}|t|jƒd}y|j|j|ƒƒWq#q#Xq#W|S(sReturn all subwidgets.i(t_subwidget_namesRyRQRgRd(RtnamestretlistR1((s./lib-tk/Tix.pytsubwidgets_allas
cCs6y|jj|jd|ƒSWntk
r1dSXdS(s7Get a subwidget name (returns a String, not a Widget !)R{N(RRRQRwR$(RR1((s./lib-tk/Tix.pyRvps
cCsHy/|jj|jddƒ}|jj|ƒSWntk
rCdSXdS(s"Return the name of all subwidgets.t
subwidgetss-allN(RRRQRZRwR$(RR^((s./lib-tk/Tix.pyR|ws

cCsŠ|dkrdSt|tƒs.t|ƒ}nt|tƒsLt|ƒ}n|jƒ}x+|D]#}|jj|dd||ƒq_WdS(s8Set configuration options for all subwidgets (and self).RLNR"R#(R&R'treprR|RR(RR RUR}R1((s./lib-tk/Tix.pyt
config_alls
cKsÉ|s$tj}|s$td‚q$n|rE|rEt||fƒ}n|rT|}nd}xO|jƒD]A\}}t|dƒr”|j|ƒ}n|d||f}qgW|jjdd|f|ƒS(NsToo early to create imaget__call__R#Rtcreate((	RBRtRuntimeErrorRRhthasattrt	_registerRR(RtimgtypeR*RmR+RfRpRq((s./lib-tk/Tix.pytimage_create‹s		cCs2y|jjdd|ƒWntk
r-nXdS(NRtdelete(RRRw(Rtimgname((s./lib-tk/Tix.pytimage_delete˜s
N(R<R=R>R$RCRsRuR{RRvR|R‚R‰RŒ(((s./lib-tk/Tix.pyRes,			
				
tTixSubWidgetcBs&eZdZddd„Zd„ZRS(s¥Subwidget class.

    This is used to mirror child widgets automatically created
    by Tix/Tk as part of a mega-widget in Python (which is not informed
    of this)icCsE|rR|j|ƒ}y*|t|jƒd}|jdƒ}WqRg}qRXn|s{tj||ddi|d6ƒn½|}xtt|ƒdƒD]i}dj||d ƒ}	y|j	|	ƒ}
|
}Wq˜t
k
rt|||ddddƒ}q˜Xq˜W|r|d}ntj||ddi|d6ƒ||_dS(Nit.R1tdestroy_physicallyitcheck_intermediateiÿÿÿÿ(
RvRyRQtsplitReRCR$trangetjoinRdtKeyErrorRR(RRmR1RRtpathtplisttparenttiRztw((s./lib-tk/Tix.pyRC©s.
#


 cCsšx!|jjƒD]}|jƒqW|j|jjkrL|jj|j=n|j|jjkrt|jj|j=n|jr–|jjd|j	ƒndS(NRN(
tchildrentvaluesRNRxRmRlRRRRQ(Rtc((s./lib-tk/Tix.pyRNÉs	(R<R=R>RCRN(((s./lib-tk/Tix.pyR¢stDisplayStylecBsSeZdZid„Zd„Zd„Zd„Zd„Zid„Zd„Z	RS(sRDisplayStyle - handle configuration options shared by
    (multiple) Display ItemscKst}|r&d|kr&|d}n2|rFd|krF|d}n|sXtd‚n|j|_|jjd||j||ƒŒ|_dS(Nt	refwindows1Too early to create display style: no root windowttixDisplayStyle(RR…RRR)t	stylename(RtitemtypeR*R+Rm((s./lib-tk/Tix.pyRCÞs

cCs|jS(N(R (R((s./lib-tk/Tix.pyt__str__çscCsk|r!|r!t||fƒ}n|r0|}nd}x.|jƒD] \}}|d||f}qCW|S(NR#((RRh(RR*R+toptsRpRq((s./lib-tk/Tix.pyR)ês	cCs|jj|jdƒdS(NRŠ(RRR (R((s./lib-tk/Tix.pyRŠôscCs$|jj|jdd||ƒdS(NR"s-%s(RRR (RRTRU((s./lib-tk/Tix.pyRV÷scKs"|j|jd|j||ƒŒS(NR"(R%R R)(RR*R+((s./lib-tk/Tix.pyRRúscCs|jj|jdd|ƒS(NRs-%s(RRR (RRT((s./lib-tk/Tix.pyt__getitem__þs(
R<R=R>RCR¢R)RŠRVRRR¤(((s./lib-tk/Tix.pyRÚs			
		tBallooncBs2eZdZdid„Zid„Zd„ZRS(sBalloon help widget.

    Subwidget       Class
    ---------       -----
    label           Label
    message         MessagecKsmdddddg}tj||d|||ƒt|ddd	ƒ|jd<t|d
dd	ƒ|jd
<dS(NRftinstallcolormaptinitwaitt	statusbartcursort
tixBalloontlabelRitmessage(ReRCt_dummyLabelRl(RRmR*R+tstatic((s./lib-tk/Tix.pyRCs	cKs/|jj|jd|j|j||ƒŒdS(skBind balloon widget to another.
        One balloon widget may be bound to several widgets at the same timetbindN(RRRQR)(RtwidgetR*R+((s./lib-tk/Tix.pytbind_widgetscCs |jj|jd|jƒdS(Ntunbind(RRRQ(RR°((s./lib-tk/Tix.pyt
unbind_widgetsN(R<R=R>R$RCR±R³(((s./lib-tk/Tix.pyR¥s
t	ButtonBoxcBs2eZdZdid„Zid„Zd„ZRS(sgButtonBox - A container for pushbuttons.
    Subwidgets are the buttons added with the add method.
    cKs&tj||dddg||ƒdS(NttixButtonBoxtorientationRf(ReRC(RRmR*R+((s./lib-tk/Tix.pyRC%scKsD|jj|jd||j||ƒŒ}t||ƒ|j|<|S(s$Add a button with given name to box.tadd(RRRQR)t_dummyButtonRl(RR1R*R+tbtn((s./lib-tk/Tix.pyR·)s*cCs/||jkr+|jj|jd|ƒndS(Ntinvoke(RlRRRQ(RR1((s./lib-tk/Tix.pyRº0sN(R<R=R>R$RCR·Rº(((s./lib-tk/Tix.pyR´!stComboBoxcBsAeZdZdid„Zd„Zd„Zd„Zd„ZRS(s€ComboBox - an Entry field with a dropdown menu. The user can select a
    choice by either typing in the entry subwidget or selecting from the
    listbox subwidget.

    Subwidget       Class
    ---------       -----
    entry       Entry
    arrow       Button
    slistbox    ScrolledListBox
    tick        Button
    cross       Button : present if created with the fancy optioncKsÈtj||dddddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|d	ƒ|jd	<y0t|d
ƒ|jd
<t|dƒ|jd<Wntk
rÃnXdS(NttixComboBoxteditabletdropdowntfancyRfR«tentrytarrowtslistboxtticktcross(ReRCR­Rlt_dummyEntryR¸t_dummyScrolledListBoxt	TypeError(RRmR*R+((s./lib-tk/Tix.pyRCBs

cCs|jj|jd|ƒdS(Nt
addhistory(RRRQ(Rtstr((s./lib-tk/Tix.pytadd_historyTscCs|jj|jd|ƒdS(Nt
appendhistory(RRRQ(RRÉ((s./lib-tk/Tix.pytappend_historyWscCs |jj|jd||ƒdS(Ntinsert(RRRQ(RtindexRÉ((s./lib-tk/Tix.pyRÍZscCs|jj|jd|ƒdS(Ntpick(RRRQ(RRÎ((s./lib-tk/Tix.pyRÏ]sN(	R<R=R>R$RCRÊRÌRÍRÏ(((s./lib-tk/Tix.pyR»4s			tControlcBsAeZdZdid„Zd„Zd„Zd„Zd„ZRS(sControl - An entry field with value change arrows.  The user can
    adjust the value by pressing the two arrow buttons or by entering
    the value directly into the entry. The new value will be checked
    against the user-defined upper and lower limits.

    Subwidget       Class
    ---------       -----
    incr       Button
    decr       Button
    entry       Entry
    label       LabelcKs{tj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(Nt
tixControlRftincrtdecrR«RÀ(ReRCR¸RlR­RÅ(RRmR*R+((s./lib-tk/Tix.pyRCns
cCs|jj|jdƒdS(NRÓ(RRRQ(R((s./lib-tk/Tix.pyt	decrementuscCs|jj|jdƒdS(NRÒ(RRRQ(R((s./lib-tk/Tix.pyt	incrementxscCs|jj|jdƒdS(NRº(RRRQ(R((s./lib-tk/Tix.pyRº{scCs|jj|jdƒdS(Ntupdate(RRRQ(R((s./lib-tk/Tix.pyRÖ~sN(	R<R=R>R$RCRÔRÕRºRÖ(((s./lib-tk/Tix.pyRÐ`s			tDirListcBs#eZdZid„Zd„ZRS(sRDirList - displays a list view of a directory, its previous
    directories and its sub-directories. The user can choose one of
    the directories displayed in the list or change to another directory.

    Subwidget       Class
    ---------       -----
    hlist       HList
    hsb              Scrollbar
    vsb              ScrollbarcKsetj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(Nt
tixDirListRfthlisttvsbthsb(ReRCt_dummyHListRlt_dummyScrollbar(RRmR*R+((s./lib-tk/Tix.pyRCscCs|jj|jd|ƒdS(Ntchdir(RRRQ(Rtdir((s./lib-tk/Tix.pyRޓs(R<R=R>RCRÞ(((s./lib-tk/Tix.pyRׁs	tDirTreecBs#eZdZid„Zd„ZRS(s‚DirTree - Directory Listing in a hierarchical view.
    Displays a tree view of a directory, its previous directories and its
    sub-directories. The user can choose one of the directories displayed
    in the list or change to another directory.

    Subwidget       Class
    ---------       -----
    hlist           HList
    hsb             Scrollbar
    vsb             ScrollbarcKsetj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(Nt
tixDirTreeRfRÙRÚRÛ(ReRCRÜRlRÝ(RRmR*R+((s./lib-tk/Tix.pyRC£scCs|jj|jd|ƒdS(NRÞ(RRRQ(RRß((s./lib-tk/Tix.pyRÞ©s(R<R=R>RCRÞ(((s./lib-tk/Tix.pyRà–s
tDirSelectBoxcBseZdZid„ZRS(s¡DirSelectBox - Motif style file select box.
    It is generally used for
    the user to choose a file. FileSelectBox stores the files mostly
    recently selected into a ComboBox widget so that they can be quickly
    selected again.

    Subwidget       Class
    ---------       -----
    selection       ComboBox
    filter          ComboBox
    dirlist         ScrolledListBox
    filelist        ScrolledListBoxcKsOtj||ddg||ƒt|dƒ|jd<t|dƒ|jd<dS(NttixDirSelectBoxRftdirlisttdircbx(ReRCt
_dummyDirListRlt_dummyFileComboBox(RRmR*R+((s./lib-tk/Tix.pyRCºs(R<R=R>RC(((s./lib-tk/Tix.pyRâ¬stExFileSelectBoxcBs,eZdZid„Zd„Zd„ZRS(sExFileSelectBox - MS Windows style file select box.
    It provides an convenient method for the user to select files.

    Subwidget       Class
    ---------       -----
    cancel       Button
    ok              Button
    hidden       Checkbutton
    types       ComboBox
    dir              ComboBox
    file       ComboBox
    dirlist       ScrolledListBox
    filelist       ScrolledListBoxcKsÓtj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|d	ƒ|jd	<t|d
ƒ|jd
<dS(NttixExFileSelectBoxRftcanceltokthiddenttypesRßRätfiletfilelist(ReRCR¸Rlt_dummyCheckbuttont_dummyComboBoxRæRÆ(RRmR*R+((s./lib-tk/Tix.pyRCÎscCs|jj|jdƒdS(Ntfilter(RRRQ(R((s./lib-tk/Tix.pyRòÙscCs|jj|jdƒdS(NRº(RRRQ(R((s./lib-tk/Tix.pyRºÜs(R<R=R>RCRòRº(((s./lib-tk/Tix.pyRè¿s
	tDirSelectDialogcBs,eZdZid„Zd„Zd„ZRS(s#The DirSelectDialog widget presents the directories in the file
    system in a dialog window. The user can use this dialog window to
    navigate through the file system to select the desired directory.

    Subwidgets       Class
    ----------       -----
    dirbox       DirSelectDialogcKs9tj||ddg||ƒt|dƒ|jd<dS(NttixDirSelectDialogRftdirbox(ReRCt_dummyDirSelectBoxRl(RRmR*R+((s./lib-tk/Tix.pyRCëscCs|jj|jdƒdS(Ntpopup(RRRQ(R((s./lib-tk/Tix.pyR÷ñscCs|jj|jdƒdS(Ntpopdown(RRRQ(R((s./lib-tk/Tix.pyRøôs(R<R=R>RCR÷Rø(((s./lib-tk/Tix.pyRóás	tExFileSelectDialogcBs,eZdZid„Zd„Zd„ZRS(sÓExFileSelectDialog - MS Windows style file select dialog.
    It provides an convenient method for the user to select files.

    Subwidgets       Class
    ----------       -----
    fsbox       ExFileSelectBoxcKs9tj||ddg||ƒt|dƒ|jd<dS(NttixExFileSelectDialogRftfsbox(ReRCt_dummyExFileSelectBoxRl(RRmR*R+((s./lib-tk/Tix.pyRCscCs|jj|jdƒdS(NR÷(RRRQ(R((s./lib-tk/Tix.pyR÷scCs|jj|jdƒdS(NRø(RRRQ(R((s./lib-tk/Tix.pyRø
s(R<R=R>RCR÷Rø(((s./lib-tk/Tix.pyRùùs	t
FileSelectBoxcBs,eZdZid„Zd„Zd„ZRS(s¤ExFileSelectBox - Motif style file select box.
    It is generally used for
    the user to choose a file. FileSelectBox stores the files mostly
    recently selected into a ComboBox widget so that they can be quickly
    selected again.

    Subwidget       Class
    ---------       -----
    selection       ComboBox
    filter          ComboBox
    dirlist         ScrolledListBox
    filelist        ScrolledListBoxcKs{tj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixFileSelectBoxRfRäRïRòt	selection(ReRCRÆRlRñ(RRmR*R+((s./lib-tk/Tix.pyRCs
cCs|jj|jdƒdS(NRò(RRRQ(R((s./lib-tk/Tix.pytapply_filter"scCs|jj|jdƒdS(NRº(RRRQ(R((s./lib-tk/Tix.pyRº%s(R<R=R>RCRRº(((s./lib-tk/Tix.pyRý
s	tFileSelectDialogcBs,eZdZid„Zd„Zd„ZRS(s£FileSelectDialog - Motif style file select dialog.

    Subwidgets       Class
    ----------       -----
    btns       StdButtonBox
    fsbox       FileSelectBoxcKsOtj||ddg||ƒt|dƒ|jd<t|dƒ|jd<dS(NttixFileSelectDialogRftbtnsRû(ReRCt_dummyStdButtonBoxRlt_dummyFileSelectBox(RRmR*R+((s./lib-tk/Tix.pyRC2scCs|jj|jdƒdS(NR÷(RRRQ(R((s./lib-tk/Tix.pyR÷8scCs|jj|jdƒdS(NRø(RRRQ(R((s./lib-tk/Tix.pyRø;s(R<R=R>RCR÷Rø(((s./lib-tk/Tix.pyR)s	t	FileEntrycBs,eZdZid„Zd„Zd„ZRS(s_FileEntry - Entry field with button that invokes a FileSelectDialog.
    The user can type in the filename manually. Alternatively, the user can
    press the button widget that sits next to the entry, which will bring
    up a file selection dialog.

    Subwidgets       Class
    ----------       -----
    button       Button
    entry       EntrycKsRtj||dddg||ƒt|dƒ|jd<t|dƒ|jd<dS(NttixFileEntryt
dialogtypeRftbuttonRÀ(ReRCR¸RlRÅ(RRmR*R+((s./lib-tk/Tix.pyRCJscCs|jj|jdƒdS(NRº(RRRQ(R((s./lib-tk/Tix.pyRºPscCsdS(N((R((s./lib-tk/Tix.pytfile_dialogSs(R<R=R>RCRºR
(((s./lib-tk/Tix.pyR>s		tHListcBseZdZd6id„Zid„Zd6id„Zd„Zd„Zdd6d6d„Z	d„Z
d	„Zd
„Zd„Z
d„Zd
„Zd„Zd„Zid„Zid„Zd„Zd„Zd„Zd„Zd„Zid„Zid„Zd„Zd„Zd„Zd„Zd„Zd„Z d6d„Z!d „Z"d!„Z#d"„Z$d#„Z%d$„Z&d%„Z'd&„Z(d'„Z)d(„Z*d)„Z+id*„Z,id+„Z-d,„Z.d-„Z/d.„Z0id/„Z1d0„Z2d1„Z3id2„Z4d3„Z5d6d4„Z6d5„Z7RS(7sHList - Hierarchy display  widget can be used to display any data
    that have a hierarchical structure, for example, file system directory
    trees. The list entries are indented and connected by branch lines
    according to their places in the hierarchy.

    Subwidgets - NonecKs&tj||dddg||ƒdS(NttixHListtcolumnsRf(ReRC(RRmR*R+((s./lib-tk/Tix.pyRC_scKs(|jj|jd||j||ƒŒS(NR·(RRRQR)(RRÀR*R+((s./lib-tk/Tix.pyR·cscKs7|sd}n|jj|jd||j||ƒŒS(NRLtaddchild(RRRQR)(RR—R*R+((s./lib-tk/Tix.pyt	add_childfs		cCs |jj|jdd|ƒdS(Ntanchortset(RRRQ(RRÀ((s./lib-tk/Tix.pyt
anchor_setlscCs|jj|jddƒdS(NRtclear(RRRQ(R((s./lib-tk/Tix.pytanchor_clearosicCsK|s%|jj|jdd||ƒS|jj|jdd|d|ƒSdS(NRtwidths-char(RRRQ(RtcolRtchars((s./lib-tk/Tix.pytcolumn_widthrscCs|jj|jddƒdS(NRŠtall(RRRQ(R((s./lib-tk/Tix.pyt
delete_allyscCs |jj|jdd|ƒdS(NRŠRÀ(RRRQ(RRÀ((s./lib-tk/Tix.pytdelete_entry|scCs |jj|jdd|ƒdS(NRŠt
offsprings(RRRQ(RRÀ((s./lib-tk/Tix.pytdelete_offspringsscCs |jj|jdd|ƒdS(NRŠtsiblings(RRRQ(RRÀ((s./lib-tk/Tix.pytdelete_siblings‚scCs |jj|jdd|ƒdS(NtdragsiteR(RRRQ(RRÎ((s./lib-tk/Tix.pytdragsite_set…scCs|jj|jddƒdS(NR R(RRRQ(R((s./lib-tk/Tix.pytdragsite_clearˆscCs |jj|jdd|ƒdS(NtdropsiteR(RRRQ(RRÎ((s./lib-tk/Tix.pytdropsite_set‹scCs|jj|jddƒdS(NR#R(RRRQ(R((s./lib-tk/Tix.pytdropsite_clearŽscKs/|jj|jdd||j||ƒŒdS(NtheaderR„(RRRQR)(RRR*R+((s./lib-tk/Tix.pyt
header_create‘scKsT|dkr%|j|jdd|ƒS|jj|jdd||j||ƒŒdS(NR&R"(R$R%RQRRR)(RRR*R+((s./lib-tk/Tix.pytheader_configure”scCs|jj|jdd||ƒS(NR&R(RRRQ(RRtopt((s./lib-tk/Tix.pytheader_cgetšscCs|jj|jdd|ƒS(NR&texists(RRRQ(RR((s./lib-tk/Tix.pyt
header_existsscCs |jj|jdd|ƒdS(NR&RŠ(RRRQ(RR((s./lib-tk/Tix.pyt
header_delete scCs|jj|jdd|ƒS(NR&tsize(RRRQ(RR((s./lib-tk/Tix.pytheader_size£scCs |jj|jdd|ƒdS(NthideRÀ(RRRQ(RRÀ((s./lib-tk/Tix.pyt
hide_entry¦scKs/|jj|jdd||j||ƒŒdS(Nt	indicatorR„(RRRQR)(RRÀR*R+((s./lib-tk/Tix.pytindicator_create©s	cKsT|dkr%|j|jdd|ƒS|jj|jdd||j||ƒŒdS(NR2R"(R$R%RQRRR)(RRÀR*R+((s./lib-tk/Tix.pytindicator_configure­s
	cCs|jj|jdd||ƒS(NR2R(RRRQ(RRÀR)((s./lib-tk/Tix.pytindicator_cget´scCs|jj|jdd|ƒS(NR2R+(RRRQ(RRÀ((s./lib-tk/Tix.pytindicator_exists·scCs |jj|jdd|ƒdS(NR2RŠ(RRRQ(RRÀ((s./lib-tk/Tix.pytindicator_deleteºscCs|jj|jdd|ƒS(NR2R.(RRRQ(RRÀ((s./lib-tk/Tix.pytindicator_size½scCs|jj|jddƒS(NRaR(RRRQ(R((s./lib-tk/Tix.pytinfo_anchorÀscCs+|j|jj|jdd|ƒƒp*dS(NRatbbox(t_getintsRRRQR$(RRÀ((s./lib-tk/Tix.pyt	info_bboxÃscCs.|jj|jdd|ƒ}|jj|ƒS(NRaRš(RRRQRZ(RRÀRœ((s./lib-tk/Tix.pyt
info_childrenÇscCs|jj|jdd|ƒS(NRatdata(RRRQ(RRÀ((s./lib-tk/Tix.pyt	info_dataËscCs|jj|jddƒS(NRaR (RRRQ(R((s./lib-tk/Tix.pyt
info_dragsiteÎscCs|jj|jddƒS(NRaR#(RRRQ(R((s./lib-tk/Tix.pyt
info_dropsiteÑscCs|jj|jdd|ƒS(NRaR+(RRRQ(RRÀ((s./lib-tk/Tix.pytinfo_existsÔscCs|jj|jdd|ƒS(NRaRì(RRRQ(RRÀ((s./lib-tk/Tix.pytinfo_hidden×scCs|jj|jdd|ƒS(NRatnext(RRRQ(RRÀ((s./lib-tk/Tix.pyt	info_nextÚscCs|jj|jdd|ƒS(NRaR—(RRRQ(RRÀ((s./lib-tk/Tix.pytinfo_parentÝscCs|jj|jdd|ƒS(NRatprev(RRRQ(RRÀ((s./lib-tk/Tix.pyt	info_prevàscCs+|jj|jddƒ}|jj|ƒS(NRaRÿ(RRRQRZ(RRœ((s./lib-tk/Tix.pytinfo_selectionãscCs"|jj|jdd|||ƒS(NtitemR(RRRQ(RRÀRR)((s./lib-tk/Tix.pyt	item_cgetçsc	KsZ|dkr(|j|jdd||ƒS|jj|jdd|||j||ƒŒdS(NRJR"(R$R%RQRRR)(RRÀRR*R+((s./lib-tk/Tix.pytitem_configureêsc	Ks2|jj|jdd|||j||ƒŒdS(NRJR„(RRRQR)(RRÀRR*R+((s./lib-tk/Tix.pytitem_createðs	cCs|jj|jdd||ƒS(NRJR+(RRRQ(RRÀR((s./lib-tk/Tix.pytitem_existsôscCs#|jj|jdd||ƒdS(NRJRŠ(RRRQ(RRÀR((s./lib-tk/Tix.pytitem_delete÷scCs|jj|jd||ƒS(Nt	entrycget(RRRQ(RRÀR)((s./lib-tk/Tix.pyRPúscKsN|dkr"|j|jd|ƒS|jj|jd||j||ƒŒdS(Ntentryconfigure(R$R%RQRRR)(RRÀR*R+((s./lib-tk/Tix.pyRQýscCs|jj|jd|ƒS(Ntnearest(RRRQ(RR_((s./lib-tk/Tix.pyRRscCs|jj|jd|ƒdS(Ntsee(RRRQ(RRÀ((s./lib-tk/Tix.pyRSscKs,|jj|jdd|j||ƒŒdS(NRÿR(RRRQR)(RR*R+((s./lib-tk/Tix.pytselection_clear	scCs|jj|jdd|ƒS(NRÿtincludes(RRRQ(RRÀ((s./lib-tk/Tix.pytselection_includesscCs#|jj|jdd||ƒdS(NRÿR(RRRQ(Rtfirsttlast((s./lib-tk/Tix.pyt
selection_setscCs|jj|jdd|ƒS(NtshowRÀ(RRRQ(RRÀ((s./lib-tk/Tix.pyt
show_entrysN(8R<R=R>R$RCR·RRRRRRRRR!R"R$R%R'R(R*R,R-R/R1R3R4R5R6R7R8R9R<R=R?R@RARBRCRERFRHRIRKRLRMRNRORPRQRRRSRTRVRYR[(((s./lib-tk/Tix.pyRWsj																																					t	InputOnlycBseZdZdid„ZRS(s?InputOnly - Invisible widget. Unix only.

    Subwidgets - NonecKs tj||dd||ƒdS(NttixInputOnly(ReRCR$(RRmR*R+((s./lib-tk/Tix.pyRCsN(R<R=R>R$RC(((s./lib-tk/Tix.pyR\st
LabelEntrycBseZdZdid„ZRS(sLabelEntry - Entry field with label. Packages an entry widget
    and a label into one mega widget. It can beused be used to simplify
    the creation of ``entry-form'' type of interface.

    Subwidgets       Class
    ----------       -----
    label       Label
    entry       EntrycKsRtj||dddg||ƒt|dƒ|jd<t|dƒ|jd<dS(Nt
tixLabelEntryt	labelsideRfR«RÀ(ReRCR­RlRÅ(RRmR*R+((s./lib-tk/Tix.pyRC'sN(R<R=R>R$RC(((s./lib-tk/Tix.pyR^st
LabelFramecBseZdZdid„ZRS(seLabelFrame - Labelled Frame container. Packages a frame widget
    and a label into one mega widget. To create widgets inside a
    LabelFrame widget, one creates the new widgets relative to the
    frame subwidget and manage them inside the frame subwidget.

    Subwidgets       Class
    ----------       -----
    label       Label
    frame       FramecKsRtj||dddg||ƒt|dƒ|jd<t|dƒ|jd<dS(Nt
tixLabelFrameR`RfR«tframe(ReRCR­Rlt_dummyFrame(RRmR*R+((s./lib-tk/Tix.pyRC8sN(R<R=R>R$RC(((s./lib-tk/Tix.pyRa-s	tListNoteBookcBsAeZdZid„Zid„Zd„Zd„Zd„ZRS(sA ListNoteBook widget is very similar to the TixNoteBook widget:
    it can be used to display many windows in a limited space using a
    notebook metaphor. The notebook is divided into a stack of pages
    (windows). At one time only one of these pages can be shown.
    The user can navigate through these pages by
    choosing the name of the desired page in the hlist subwidget.cKsktj||ddg||ƒt|dddƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixListNoteBookRftpaneRiRÙtshlist(ReRCt_dummyPanedWindowRlRÜt_dummyScrolledHList(RRmR*R+((s./lib-tk/Tix.pyRCGs
cKsI|jj|jd||j||ƒŒt||ƒ|j|<|j|S(NR·(RRRQR)RRl(RR1R*R+((s./lib-tk/Tix.pyR·Os(cCs
|j|ƒS(N(R{(RR1((s./lib-tk/Tix.pytpageTscCsU|jj|jj|jdƒƒ}g}x$|D]}|j|j|ƒƒq1W|S(Ntpages(RR‘RRQRgR{(RR}tretR^((s./lib-tk/Tix.pyRlWs
$
cCs|jj|jd|ƒdS(Ntraise(RRRQ(RR1((s./lib-tk/Tix.pyt
raise_page_s(R<R=R>RCR·RkRlRo(((s./lib-tk/Tix.pyRe?s		tMetercBseZdZdid„ZRS(suThe Meter widget can be used to show the progress of a background
    job which may take a long time to execute.
    cKs#tj||ddg||ƒdS(NttixMeterRf(ReRC(RRmR*R+((s./lib-tk/Tix.pyRCgsN(R<R=R>R$RC(((s./lib-tk/Tix.pyRpbstNoteBookcBsVeZdZdid„Zid„Zd„Zd„Zd„Zd„Z	d„Z
RS(	sÞNoteBook - Multi-page container widget (tabbed notebook metaphor).

    Subwidgets       Class
    ----------       -----
    nbframe       NoteBookFrame
    <pages>       page widgets added dynamically with the add methodcKs?tj||ddg||ƒt|dddƒ|jd<dS(NttixNoteBookRftnbframeRi(ReRCRRl(RRmR*R+((s./lib-tk/Tix.pyRCsscKsI|jj|jd||j||ƒŒt||ƒ|j|<|j|S(NR·(RRRQR)RRl(RR1R*R+((s./lib-tk/Tix.pyR·xs(cCs8|jj|jd|ƒ|j|jƒ|j|=dS(NRŠ(RRRQRlRN(RR1((s./lib-tk/Tix.pyRŠ}scCs
|j|ƒS(N(R{(RR1((s./lib-tk/Tix.pyRk‚scCsU|jj|jj|jdƒƒ}g}x$|D]}|j|j|ƒƒq1W|S(NRl(RR‘RRQRgR{(RR}RmR^((s./lib-tk/Tix.pyRl…s
$
cCs|jj|jd|ƒdS(NRn(RRRQ(RR1((s./lib-tk/Tix.pyRoscCs|jj|jdƒS(Ntraised(RRRQ(R((s./lib-tk/Tix.pyRusN(R<R=R>R$RCR·RŠRkRlRoRu(((s./lib-tk/Tix.pyRrks				t
NoteBookFramecBseZRS((R<R=(((s./lib-tk/Tix.pyRv“st
OptionMenucBsMeZdZid„Zid„Zid„Zd„Zd„Zd„ZRS(s›OptionMenu - creates a menu button of options.

    Subwidget       Class
    ---------       -----
    menubutton      Menubutton
    menu            MenucKsRtj||dddg||ƒt|dƒ|jd<t|dƒ|jd<dS(Nt
tixOptionMenuR`Rft
menubuttontmenu(ReRCt_dummyMenubuttonRlt
_dummyMenu(RRmR*R+((s./lib-tk/Tix.pyRCŸscKs/|jj|jdd||j||ƒŒdS(NR·tcommand(RRRQR)(RR1R*R+((s./lib-tk/Tix.pytadd_command¥scKs/|jj|jdd||j||ƒŒdS(NR·t	separator(RRRQR)(RR1R*R+((s./lib-tk/Tix.pyt
add_separator¨scCs|jj|jd|ƒdS(NRŠ(RRRQ(RR1((s./lib-tk/Tix.pyRŠ«scCs|jj|jd|ƒdS(Ntdisable(RRRQ(RR1((s./lib-tk/Tix.pyR®scCs|jj|jd|ƒdS(Ntenable(RRRQ(RR1((s./lib-tk/Tix.pyR‚±s(	R<R=R>RCR~R€RŠRR‚(((s./lib-tk/Tix.pyRw—s		tPanedWindowcBsVeZdZid„Zid„Zd„Zd„Zd„Zid„Zd„Z	RS(s’PanedWindow - Multi-pane container widget
    allows the user to interactively manipulate the sizes of several
    panes. The panes can be arranged either vertically or horizontally.The
    user changes the sizes of the panes by dragging the resize handle
    between two panes.

    Subwidgets       Class
    ----------       -----
    <panes>       g/p widgets added dynamically with the add method.cKs&tj||dddg||ƒdS(NttixPanedWindowR¶Rf(ReRC(RRmR*R+((s./lib-tk/Tix.pyRC¿scKsO|jj|jd||j||ƒŒt||ddƒ|j|<|j|S(NR·Ri(RRRQR)RRl(RR1R*R+((s./lib-tk/Tix.pyR·Ãs(cCs8|jj|jd|ƒ|j|jƒ|j|=dS(NRŠ(RRRQRlRN(RR1((s./lib-tk/Tix.pyRŠÉscCs|jj|jd|ƒdS(NRX(RRRQ(RR1((s./lib-tk/Tix.pyRXÎscCs|jj|jd||ƒS(Ntpanecget(RRRQ(RRÀR)((s./lib-tk/Tix.pyR…ÑscKsN|dkr"|j|jd|ƒS|jj|jd||j||ƒŒdS(Nt
paneconfigure(R$R%RQRRR)(RRÀR*R+((s./lib-tk/Tix.pyR†ÔscCsD|jj|jj|jdƒƒ}g|D]}|j|ƒ^q+S(Ntpanes(RRZRRQR{(RR}R^((s./lib-tk/Tix.pyR‡Ùs$(
R<R=R>RCR·RŠRXR…R†R‡(((s./lib-tk/Tix.pyRƒ´s				t	PopupMenucBs5eZdZid„Zd„Zd„Zd„ZRS(sPopupMenu widget can be used as a replacement of the tk_popup command.
    The advantage of the Tix PopupMenu widget is it requires less application
    code to manipulate.


    Subwidgets       Class
    ----------       -----
    menubutton       Menubutton
    menu       MenucKsOtj||ddg||ƒt|dƒ|jd<t|dƒ|jd<dS(NttixPopupMenuRfRyRz(ReRCR{RlR|(RRmR*R+((s./lib-tk/Tix.pyRCéscCs |jj|jd|jƒdS(NR¯(RRRQ(RR°((s./lib-tk/Tix.pyR±îscCs |jj|jd|jƒdS(NR²(RRRQ(RR°((s./lib-tk/Tix.pyR³ñscCs&|jj|jd|j||ƒdS(Ntpost(RRRQ(RR°R^R_((s./lib-tk/Tix.pytpost_widgetôs(R<R=R>RCR±R³R‹(((s./lib-tk/Tix.pyRˆÝs
			tResizeHandlecBs>eZdZid„Zd„Zd„Zd„Zd„ZRS(s;Internal widget to draw resize handles on Scrolled widgets.c	KsAddddddddd	g	}tj||d
|||ƒdS(NRfR}tcursorfgtcursorbgt
handlesizet	hintcolort	hintwidthR^R_ttixResizeHandle(ReRC(RRmR*R+tflags((s./lib-tk/Tix.pyRCùs
	cCs |jj|jd|jƒdS(Ntattachwidget(RRRQ(RR°((s./lib-tk/Tix.pyt
attach_widgetscCs |jj|jd|jƒdS(Ntdetachwidget(RRRQ(RR°((s./lib-tk/Tix.pyt
detach_widgetscCs |jj|jd|jƒdS(NR0(RRRQ(RR°((s./lib-tk/Tix.pyR0	scCs |jj|jd|jƒdS(NRZ(RRRQ(RR°((s./lib-tk/Tix.pyRZs(R<R=R>RCR•R—R0RZ(((s./lib-tk/Tix.pyRŒ÷s
			t
ScrolledHListcBseZdZid„ZRS(s0ScrolledHList - HList with automatic scrollbars.cKsetj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixScrolledHListRfRÙRÚRÛ(ReRCRÜRlRÝ(RRmR*R+((s./lib-tk/Tix.pyRCs

(R<R=R>RC(((s./lib-tk/Tix.pyR˜stScrolledListBoxcBseZdZid„ZRS(s4ScrolledListBox - Listbox with automatic scrollbars.cKsetj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixScrolledListBoxRftlistboxRÚRÛ(ReRCt
_dummyListboxRlRÝ(RRmR*R+((s./lib-tk/Tix.pyRCs(R<R=R>RC(((s./lib-tk/Tix.pyRšstScrolledTextcBseZdZid„ZRS(s.ScrolledText - Text with automatic scrollbars.cKsetj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixScrolledTextRfRRÚRÛ(ReRCt
_dummyTextRlRÝ(RRmR*R+((s./lib-tk/Tix.pyRC(s(R<R=R>RC(((s./lib-tk/Tix.pyRž$st
ScrolledTListcBseZdZid„ZRS(s0ScrolledTList - TList with automatic scrollbars.cKsetj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixScrolledTListRfttlistRÚRÛ(ReRCt_dummyTListRlRÝ(RRmR*R+((s./lib-tk/Tix.pyRC2s

(R<R=R>RC(((s./lib-tk/Tix.pyR¡.stScrolledWindowcBseZdZid„ZRS(s2ScrolledWindow - Window with automatic scrollbars.cKsetj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixScrolledWindowRfRRÚRÛ(ReRCRdRlRÝ(RRmR*R+((s./lib-tk/Tix.pyRC=s(R<R=R>RC(((s./lib-tk/Tix.pyR¥9stSelectcBs/eZdZid„Zid„Zd„ZRS(sÊSelect - Container of button subwidgets. It can be used to provide
    radio-box or check-box style of selection options for the user.

    Subwidgets are buttons added dynamically using the add method.c	KsEtj||ddddddg||ƒt|dƒ|jd<dS(Nt	tixSelectt	allowzerotradioR¶R`RfR«(ReRCR­Rl(RRmR*R+((s./lib-tk/Tix.pyRCJs

cKsI|jj|jd||j||ƒŒt||ƒ|j|<|j|S(NR·(RRRQR)R¸Rl(RR1R*R+((s./lib-tk/Tix.pyR·Qs(cCs|jj|jd|ƒdS(NRº(RRRQ(RR1((s./lib-tk/Tix.pyRºVs(R<R=R>RCR·Rº(((s./lib-tk/Tix.pyR§CstShellcBseZdZdid„ZRS(s'Toplevel window.

    Subwidgets - NonecKs&tj||dddg||ƒdS(NttixShellRfttitle(ReRC(RRmR*R+((s./lib-tk/Tix.pyRC^sN(R<R=R>R$RC(((s./lib-tk/Tix.pyR«YstDialogShellcBs8eZdZdid„Zd„Zd„Zd„ZRS(söToplevel window, with popup popdown and center methods.
    It tells the window manager that it is a dialog window and should be
    treated specially. The exact treatment depends on the treatment of
    the window manager.

    Subwidgets - NonecKs5tj||ddddddddg||ƒdS(	NttixDialogShellRfR­tmappedt	minheighttminwidthR—t	transient(ReRC(RRmR*R+((s./lib-tk/Tix.pyRCjs
	cCs|jj|jdƒdS(NRø(RRRQ(R((s./lib-tk/Tix.pyRøqscCs|jj|jdƒdS(NR÷(RRRQ(R((s./lib-tk/Tix.pyR÷tscCs|jj|jdƒdS(Ntcenter(RRRQ(R((s./lib-tk/Tix.pyR´wsN(R<R=R>R$RCRøR÷R´(((s./lib-tk/Tix.pyR®as
		tStdButtonBoxcBs&eZdZdid„Zd„ZRS(s@StdButtonBox - Standard Button Box (OK, Apply, Cancel and Help) cKs~tj||dddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixStdButtonBoxR¶RfRëtapplyRêthelp(ReRCR¸Rl(RRmR*R+((s./lib-tk/Tix.pyRC}scCs/||jkr+|jj|jd|ƒndS(NRº(RlRRRQ(RR1((s./lib-tk/Tix.pyRº…sN(R<R=R>R$RCRº(((s./lib-tk/Tix.pyRµzstTListcBsøeZdZdid„Zd„Zd„Zd„Zd„Zdd„Z	d„Z
d„Zd	„Zd
„Z
id„Zd„Zd
„Zd„Zd„Zd„Zd„Zd„Zd„Zd„Zd„Zid„Zd„Zdd„ZRS(s¡TList - Hierarchy display widget which can be
    used to display data in a tabular format. The list entries of a TList
    widget are similar to the entries in the Tk listbox widget. The main
    differences are (1) the TList widget can display the list entries in a
    two dimensional format and (2) you can use graphical images as well as
    multiple colors and fonts for the list entries.

    Subwidgets - NonecKs#tj||ddg||ƒdS(NttixTListRf(ReRC(RRmR*R+((s./lib-tk/Tix.pyRC“scCs |jj|jdd|ƒdS(NtactiveR(RRRQ(RRÎ((s./lib-tk/Tix.pyt
active_set–scCs|jj|jddƒdS(NR»R(RRRQ(R((s./lib-tk/Tix.pytactive_clear™scCs |jj|jdd|ƒdS(NRR(RRRQ(RRÎ((s./lib-tk/Tix.pyRœscCs|jj|jddƒdS(NRR(RRRQ(R((s./lib-tk/Tix.pyRŸscCs |jj|jd||ƒdS(NRŠ(RRRQ(Rtfrom_tto((s./lib-tk/Tix.pyRŠ¢scCs |jj|jdd|ƒdS(NR R(RRRQ(RRÎ((s./lib-tk/Tix.pyR!¥scCs|jj|jddƒdS(NR R(RRRQ(R((s./lib-tk/Tix.pyR"¨scCs |jj|jdd|ƒdS(NR#R(RRRQ(RRÎ((s./lib-tk/Tix.pyR$«scCs|jj|jddƒdS(NR#R(RRRQ(R((s./lib-tk/Tix.pyR%®scKs,|jj|jd||j||ƒŒdS(NRÍ(RRRQR)(RRÎR*R+((s./lib-tk/Tix.pyRͱscCs|jj|jddƒS(NRaR»(RRRQ(R((s./lib-tk/Tix.pytinfo_active´scCs|jj|jddƒS(NRaR(RRRQ(R((s./lib-tk/Tix.pyR9·scCs|jj|jdd|ƒS(NRatdown(RRRQ(RRÎ((s./lib-tk/Tix.pyt	info_downºscCs|jj|jdd|ƒS(NRatleft(RRRQ(RRÎ((s./lib-tk/Tix.pyt	info_left½scCs|jj|jdd|ƒS(NRatright(RRRQ(RRÎ((s./lib-tk/Tix.pyt
info_rightÀscCs+|jj|jddƒ}|jj|ƒS(NRaRÿ(RRRQRZ(RRœ((s./lib-tk/Tix.pyRIÃscCs|jj|jddƒS(NRaR.(RRRQ(R((s./lib-tk/Tix.pyt	info_sizeÇscCs|jj|jdd|ƒS(NRatup(RRRQ(RRÎ((s./lib-tk/Tix.pytinfo_upÊscCs|jj|jd||ƒS(NRR(RRRQ(RR^R_((s./lib-tk/Tix.pyRRÍscCs|jj|jd|ƒdS(NRS(RRRQ(RRÎ((s./lib-tk/Tix.pyRSÐscKs,|jj|jdd|j||ƒŒdS(NRÿR(RRRQR)(RR*R+((s./lib-tk/Tix.pyRTÓscCs|jj|jdd|ƒS(NRÿRU(RRRQ(RRÎ((s./lib-tk/Tix.pyRVÖscCs#|jj|jdd||ƒdS(NRÿR(RRRQ(RRWRX((s./lib-tk/Tix.pyRYÙsN(R<R=R>R$RCR¼R½RRRŠR!R"R$R%RÍRÀR9RÂRÄRÆRIRÇRÉRRRSRTRVRY(((s./lib-tk/Tix.pyR¹‰s2																			tTreecBsMeZdZdid„Zd„Zd„Zd„Zd„Zdd„Z	RS(	s¬Tree - The tixTree widget can be used to display hierarchical
    data in a tree form. The user can adjust
    the view of the tree by opening or closing parts of the tree.cKsetj||ddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixTreeRfRÙRÚRÛ(ReRCRÜRlRÝ(RRmR*R+((s./lib-tk/Tix.pyRCâs
cCs|jj|jdƒdS(sThis command calls the setmode method for all the entries in this
     Tree widget: if an entry has no child entries, its mode is set to
     none. Otherwise, if the entry has any hidden child entries, its mode is
     set to open; otherwise its mode is set to close.tautosetmodeN(RRRQ(R((s./lib-tk/Tix.pyRÌéscCs|jj|jd|ƒdS(s8Close the entry given by entryPath if its mode is close.tcloseN(RRRQ(Rt	entrypath((s./lib-tk/Tix.pyRÍðscCs|jj|jd|ƒS(s9Returns the current mode of the entry given by entryPath.tgetmode(RRRQ(RRÎ((s./lib-tk/Tix.pyRÏôscCs|jj|jd|ƒdS(s6Open the entry given by entryPath if its mode is open.topenN(RRRQ(RRÎ((s./lib-tk/Tix.pyRÐøstnonecCs |jj|jd||ƒdS(sThis command is used to indicate whether the entry given by
     entryPath has children entries and whether the children are visible. mode
     must be one of open, close or none. If mode is set to open, a (+)
     indicator is drawn next to the entry. If mode is set to close, a (-)
     indicator is drawn next to the entry. If mode is set to none, no
     indicators will be drawn for this entry. The default mode is none. The
     open mode indicates the entry has hidden children and this entry can be
     opened by the user. The close mode indicates that all the children of the
     entry are now visible and the entry can be closed by the user.tsetmodeN(RRRQ(RRÎtmode((s./lib-tk/Tix.pyRÒüs
N(
R<R=R>R$RCRÌRÍRÏRÐRÒ(((s./lib-tk/Tix.pyRÊÜs				t	CheckListcBsbeZdZd
id„Zd„Zd„Zd„Zd„Zdd„Z	d„Z
dd	„ZRS(sõThe CheckList widget
    displays a list of items to be selected by the user. CheckList acts
    similarly to the Tk checkbutton or radiobutton widgets, except it is
    capable of handling many more items than checkbuttons or radiobuttons.
    cKshtj||dddg||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NttixCheckListRfRªRÙRÚRÛ(ReRCRÜRlRÝ(RRmR*R+((s./lib-tk/Tix.pyRCs
cCs|jj|jdƒdS(sThis command calls the setmode method for all the entries in this
     Tree widget: if an entry has no child entries, its mode is set to
     none. Otherwise, if the entry has any hidden child entries, its mode is
     set to open; otherwise its mode is set to close.RÌN(RRRQ(R((s./lib-tk/Tix.pyRÌscCs|jj|jd|ƒdS(s8Close the entry given by entryPath if its mode is close.RÍN(RRRQ(RRÎ((s./lib-tk/Tix.pyRÍscCs|jj|jd|ƒS(s9Returns the current mode of the entry given by entryPath.RÏ(RRRQ(RRÎ((s./lib-tk/Tix.pyRÏ#scCs|jj|jd|ƒdS(s6Open the entry given by entryPath if its mode is open.RÐN(RRRQ(RRÎ((s./lib-tk/Tix.pyRÐ'stoncCs7|jj|jj|jd|ƒƒ}|jj|ƒS(s®Returns a list of items whose status matches status. If status is
     not specified, the list of items in the "on" status will be returned.
     Mode can be on, off, defaulttgetselection(RR‘RRQRZ(RRÓRœ((s./lib-tk/Tix.pyR×+s'cCs|jj|jd|ƒS(s(Returns the current status of entryPath.t	getstatus(RRRQ(RRÎ((s./lib-tk/Tix.pyRØ2scCs |jj|jd||ƒdS(s~Sets the status of entryPath to be status. A bitmap will be
     displayed next to the entry its status is on, off or default.t	setstatusN(RRRQ(RRÎRÓ((s./lib-tk/Tix.pyRÙ6sN(R<R=R>R$RCRÌRÍRÏRÐR×RØRÙ(((s./lib-tk/Tix.pyRÔ
s					R¸cBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCBs(R<R=RC(((s./lib-tk/Tix.pyR¸AsRðcBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCFs(R<R=RC(((s./lib-tk/Tix.pyRðEsRÅcBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCJs(R<R=RC(((s./lib-tk/Tix.pyRÅIsRdcBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCNs(R<R=RC(((s./lib-tk/Tix.pyRdMsR­cBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCRs(R<R=RC(((s./lib-tk/Tix.pyR­QsRcBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCVs(R<R=RC(((s./lib-tk/Tix.pyRUsR|cBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCZs(R<R=RC(((s./lib-tk/Tix.pyR|YsR{cBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRC^s(R<R=RC(((s./lib-tk/Tix.pyR{]sRÝcBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCbs(R<R=RC(((s./lib-tk/Tix.pyRÝasR cBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCfs(R<R=RC(((s./lib-tk/Tix.pyR esRÆcBseZdd„ZRS(icCs\tj||||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NRœRÚRÛ(RRCRRlRÝ(RRmR1R((s./lib-tk/Tix.pyRCjs(R<R=RC(((s./lib-tk/Tix.pyRÆisRÜcBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCqs(R<R=RC(((s./lib-tk/Tix.pyRÜpsRjcBseZdd„ZRS(icCs\tj||||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NRÙRÚRÛ(RRCRÜRlRÝ(RRmR1R((s./lib-tk/Tix.pyRCus(R<R=RC(((s./lib-tk/Tix.pyRjtsR¤cBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRC|s(R<R=RC(((s./lib-tk/Tix.pyR¤{sRñcBseZdd„ZRS(icCs¼tj|||d|gƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<y0t|dƒ|jd<t|dƒ|jd<Wntk
r·nXdS(NR¿R«RÀRÁRÂRÃRÄ(RRCR­RlRÅR¸RÆRÇ(RRmR1R((s./lib-tk/Tix.pyRC€s
(R<R=RC(((s./lib-tk/Tix.pyRñsRæcBseZdd„ZRS(icCs\tj||||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NRÙRÚRÛ(RRCRÜRlRÝ(RRmR1R((s./lib-tk/Tix.pyRC‘s(R<R=RC(((s./lib-tk/Tix.pyRæsRöcBseZdd„ZRS(icCsFtj||||ƒt|dƒ|jd<t|dƒ|jd<dS(NRäRå(RRCRæRlRç(RRmR1R((s./lib-tk/Tix.pyRC˜s(R<R=RC(((s./lib-tk/Tix.pyRö—sRücBseZdd„ZRS(icCsÊtj||||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(	NRêRëRìRíRßRäRîRï(RRCR¸RlRðRñRÆ(RRmR1R((s./lib-tk/Tix.pyRCžs(R<R=RC(((s./lib-tk/Tix.pyRüsRcBseZdd„ZRS(icCsrtj||||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NRäRïRòRÿ(RRCRÆRlRñ(RRmR1R((s./lib-tk/Tix.pyRCªs
(R<R=RC(((s./lib-tk/Tix.pyR©sRçcBseZdd„ZRS(icCs0tj||||ƒt|dƒ|jd<dS(NRå(RRCRñRl(RRmR1R((s./lib-tk/Tix.pyRC²s(R<R=RC(((s./lib-tk/Tix.pyRç±sRcBseZdd„ZRS(icCsrtj||||ƒt|dƒ|jd<t|dƒ|jd<t|dƒ|jd<t|dƒ|jd<dS(NRëR·RêR¸(RRCR¸Rl(RRmR1R((s./lib-tk/Tix.pyRC·s
(R<R=RC(((s./lib-tk/Tix.pyR¶st_dummyNoteBookFramecBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRC¿s(R<R=RC(((s./lib-tk/Tix.pyRÚ¾sRicBseZdd„ZRS(icCstj||||ƒdS(N(RRC(RRmR1R((s./lib-tk/Tix.pyRCÃs(R<R=RC(((s./lib-tk/Tix.pyRiÂscCs|jjd|jƒS(szReturns the qualified path name for the widget. Normally used to set
    default options for subwidgets. See tixwidgets.pyt
tixOptionName(RRRQ(R°((s./lib-tk/Tix.pyt
OptionNameÌscCsGd}x:|jƒD],}|d|d|d||d}qW|S(NRLs{{s} {s - s}} (tkeys(tdicttsttype((s./lib-tk/Tix.pytFileTypeListÖs*tCObjViewcBseZdZRS(sBThis file implements the Canvas Object View widget. This is a base
    class of IconView. It implements automatic placement/adjustment of the
    scrollbars according to the canvas objects inside the canvas subwidget.
    The scrollbars are adjusted so that the canvas is just large enough
    to see all the objects.
    (R<R=R>(((s./lib-tk/Tix.pyRâÞstGridcBsËeZdZdid„Zd„Zd„Zd„Zdd„Zdd„Z	d„Z
d„Zd	„Zdd
„Z
d„Zd„Zd
„Zd„Zd„Zdd„Zd„Zd„Zd„ZRS(s}The Tix Grid command creates a new window  and makes it into a
    tixGrid widget. Additional options, may be specified on the command
    line or in the option database to configure aspects such as its cursor
    and relief.

    A Grid widget displays its contents in a two dimensional grid of cells.
    Each cell may contain one Tix display item, which may be in text,
    graphics or other formats. See the DisplayStyle class for more information
    about Tix display items. Individual cells, or groups of cells, can be
    formatted with a wide range of attributes, such as its color, relief and
    border.

    Subwidgets - NonecKs/g}||_tj||d|||ƒdS(NttixGrid(R*ReRC(RRmR*R+R®((s./lib-tk/Tix.pyRCûs	cCs|jj|ddƒdS(sRemoves the selection anchor.RRN(RR(R((s./lib-tk/Tix.pyRscCs|j|jj|ddƒƒS(s3Get the (x,y) coordinate of the current anchor cellRR5(R;RR(R((s./lib-tk/Tix.pyt
anchor_getscCs |jj|dd||ƒdS(s/Set the selection anchor to the cell at (x, y).RRN(RR(RR^R_((s./lib-tk/Tix.pyRscCsH|dkr(|jj|dd|ƒn|jj|dd||ƒdS(sdDelete rows between from_ and to inclusive.
        If to is not provided,  delete only row at from_RŠRN(R$RR(RR¾R¿((s./lib-tk/Tix.pyt
delete_rowscCsH|dkr(|jj|dd|ƒn|jj|dd||ƒdS(sjDelete columns between from_ and to inclusive.
        If to is not provided,  delete only column at from_RŠRN(R$RR(RR¾R¿((s./lib-tk/Tix.pyt
delete_columnscCs|jj|ddƒdS(sUIf any cell is being edited, de-highlight the cell  and  applies
        the changes.teditR·N(RR(R((s./lib-tk/Tix.pyt
edit_apply scCs |jj|dd||ƒdS(smHighlights  the  cell  at  (x, y) for editing, if the -editnotify
        command returns True for this cell.RèRN(RR(RR^R_((s./lib-tk/Tix.pytedit_set%scCs?|r#|ddkr#d|}n|jj|d|||ƒS(s&Get the option value for cell at (x,y)iR#RP(RR(RR^R_R ((s./lib-tk/Tix.pyRP*s
cKs|jd||f||ƒS(NRQ(t
_configure(RR^R_R*R+((s./lib-tk/Tix.pyRQ0scCs%|j|jj|dd||ƒƒS(s+Return True if display item exists at (x,y)RaR+(t_getbooleanRR(RR^R_((s./lib-tk/Tix.pyRB6scCs|jj|dd||ƒS(NRaR:(RR(RR^R_((s./lib-tk/Tix.pyR<:scCs#|jj|dd|||ƒdS(s¹Moves the range of columns from position FROM through TO by
        the distance indicated by OFFSET. For example, move_column(2, 4, 1)
        moves the columns 2,3,4 to columns 3,4,5.tmoveRN(RR(RR¾R¿toffset((s./lib-tk/Tix.pytmove_column>scCs#|jj|dd|||ƒdS(s­Moves the range of rows from position FROM through TO by
        the distance indicated by OFFSET.
        For example, move_row(2, 4, 1) moves the rows 2,3,4 to rows 3,4,5.RíRN(RR(RR¾R¿Rî((s./lib-tk/Tix.pytmove_rowDscCs"|j|jj|d||ƒƒS(s8Return coordinate of cell nearest pixel coordinate (x,y)RR(R;RR(RR^R_((s./lib-tk/Tix.pyRRJscKsT|j|j|ƒ}|dk	r4d|f|}n|jj|d|||ŒdS(Ns	-itemtypeR(R)R*R$RR(RR^R_R¡R+targs((s./lib-tk/Tix.pyRTsc	Ks7|jj|jj|jdd||ji|ƒŒƒS(sçQueries or sets the size of the column given by
        INDEX.  INDEX may be any non-negative
        integer that gives the position of a given column.
        INDEX can also be the string "default"; in this case, this command
        queries or sets the default size of all columns.
        When no option-value pair is given, this command returns a tuple
        containing the current size setting of the given column.  When
        option-value pairs are given, the corresponding options of the
        size setting of the given column are changed. Options may be one
        of the follwing:
              pad0 pixels
                     Specifies the paddings to the left of a column.
              pad1 pixels
                     Specifies the paddings to the right of a column.
              size val
                     Specifies the width of a column.  Val may be:
                     "auto" -- the width of the column is set to the
                     width of the widest cell in the column;
                     a valid Tk screen distance unit;
                     or a real number following by the word chars
                     (e.g. 3.4chars) that sets the width of the column to the
                     given number of characters.R.R(RR‘RRQR)(RRÎR+((s./lib-tk/Tix.pytsize_columnZs!c	Ks4|jj|jj|dd||ji|ƒŒƒS(sÄQueries or sets the size of the row given by
        INDEX. INDEX may be any non-negative
        integer that gives the position of a given row .
        INDEX can also be the string "default"; in this case, this command
        queries or sets the default size of all rows.
        When no option-value pair is given, this command returns a list con-
        taining the current size setting of the given row . When option-value
        pairs are given, the corresponding options of the size setting of the
        given row are changed. Options may be one of the follwing:
              pad0 pixels
                     Specifies the paddings to the top of a row.
              pad1 pixels
                     Specifies the paddings to the bottom of a row.
              size val
                     Specifies the height of a row.  Val may be:
                     "auto" -- the height of the row is set to the
                     height of the highest cell in the row;
                     a valid Tk screen distance unit;
                     or a real number following by the word chars
                     (e.g. 3.4chars) that sets the height of the row to the
                     given number of characters.R.R(RR‘RR)(RRÎR+((s./lib-tk/Tix.pytsize_rowtscCs |jj|jd||ƒdS(s7Clears the cell at (x, y) by removing its display item.tunsetN(RRRQ(RR^R_((s./lib-tk/Tix.pyRôsN(R<R=R>R$RCRRåRRæRçRéRêRPRQRBR<RïRðRRRRòRóRô(((s./lib-tk/Tix.pyRãés(
												
		tScrolledGridcBseZdZdid„ZRS(sScrolled Grid widgetscKs/g}||_tj||d|||ƒdS(NttixScrolledGrid(R*ReRC(RRmR*R+R®((s./lib-tk/Tix.pyRC–s	N(R<R=R>R$RC(((s./lib-tk/Tix.pyRõ’siiiii ((((yRBRRRt	TkVersiontImportErrort_tkintertWINDOWtTEXTtSTATUSt	IMMEDIATEtIMAGEt	IMAGETEXTtBALLOONtAUTOt	ACROSSTOPtASCIItCELLtCOLUMNt
DECREASINGt
INCREASINGtINTEGERtMAINtMAXtREALtROWtS_REGIONtX_REGIONtY_REGIONt
TCL_DONT_WAITtTCL_WINDOW_EVENTStTCL_FILE_EVENTStTCL_TIMER_EVENTStTCL_IDLE_EVENTStTCL_ALL_EVENTSRDRR?RORjt	__bases__ReRRR¥R´R»RÐR×RàRâRèRóRùRýRRtXViewtYViewRR\R^RaReRpRrRvRwRƒRˆRŒR˜RšRžR¡R¥R§R«R®RµR¹RÊRÔtButtonR¸tCheckbuttonRðtEntryRÅtFrameRdtLabelR­tListboxRtMenuR|t
MenubuttonR{t	ScrollbarRÝtTextR RÆRÜRjR¤RñRæRöRüRRçRRÚRiRÜRáRâRãRõ(((s./lib-tk/Tix.pyt<module>sÒ
€-Ž8,,!"¾#	()


S.7
	
	©