config root man

Current Path : /usr/local/lib/python2.5/lib-tk/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/python2.5/lib-tk/Tix.pyo

hRc@s)ddkTddklZlZlZedjo
ednddkZdZdZdZ	d	Z
d
ZdZdZ
d
ZdZdZdZdZdZdZdZddkZddkZdddYZdeiefdYZdddYZeiiefei_deifdYZdefdYZdZd dd!YZd"efd#YZ d$efd%YZ!d&efd'YZ"d(efd)YZ#d*efd+YZ$d,efd-YZ%d.efd/YZ&d0efd1YZ'd2efd3YZ(d4efd5YZ)d6efd7YZ*d8efd9YZ+d:efd;YZ,d<efd=YZ-d>efd?YZ.d@efdAYZ/dBefdCYZ0dDefdEYZ1dFefdGYZ2dHefdIYZ3dJefdKYZ4dLefdMYZ5dNefdOYZ6dPefdQYZ7dRefdSYZ8dTefdUYZ9dVefdWYZ:dXefdYYZ;dZefd[YZ<d\efd]YZ=d^efd_YZ>d`efdaYZ?dbefdcYZ@ddefdeYZAdfefdgYZBdhefdiYZCdjefdkYZDdleEefdmYZFdneGefdoYZHdpeIefdqYZJdreKefdsYZLdteMefduYZNdveOefdwYZPdxeQefdyYZRdzeSefd{YZTd|eUefd}YZVd~eWefdYZXde:efdYZYde-efdYZZde9efdYZ[deBefdYZ\de"efdYZ]de$efdYZ^de&efdYZ_de'efdYZ`de*efdYZade"efdYZbdeAefdYZcde4efdYZdde6efdYZedZfdZgdefdYZhdefdYZideifdYZjdS(i(t*(t_flattent	_cnfmerget
_default_rootgˡE@s0This version of Tix.py requires Tk 4.0 or higherNtwindowttexttstatust	immediatetimaget	imagetexttballoontautot	acrosstopiiiiiit
tixCommandcBs_eZdZdZdZd	dZd	dZdZdZ	dZ
d	dZRS(
sThe 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|iidd|S(sTix 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&/usr/local/lib/python2.5/lib-tk/Tix.pyttix_addbitmapdirJs
cCs|iidd|S(sReturns  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&/usr/local/lib/python2.5/lib-tk/Tix.pyttix_cgetVscKs|ot||f}n|ot|}n|djo_h}xN|ii|iiddD]+}|ddf|d||dd<qiW|Snt|toC|ii|iiddd|}|ddf|dSn|iid|i|S(sQuery 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	configureiit-N(stixR(RtNoneRtsplitRt
isinstancet
StringTypet_options(Rtcnftkwtx((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
tix_configure]s
")(cCs>|dj	o|iidd|Sn|iiddSdS(sReturns 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(RRR(Rtdlgclass((s&/usr/local/lib/python2.5/lib-tk/Tix.pyttix_filedialogws	
cCs|iidd|S(sLocates 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&/usr/local/lib/python2.5/lib-tk/Tix.pyt
tix_getbitmaps	cCs|iidd|S(sLocates 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 advoid 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(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyttix_getimagescCs|iiddd|S(s@Gets  the options  manitained  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
            RRtget(RR(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyttix_option_getscCsJ|dj	o |iidd|||Sn|iidd||SdS(sResets 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(RRR(Rt	newSchemet
newFontSett
newScmPrio((s&/usr/local/lib/python2.5/lib-tk/Tix.pyttix_resetoptionss
 N(t__name__t
__module__t__doc__RRRR"R%R(R*R,R1(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR
?s						tTkcBs)eZdZddddZdZRS(s{Toplevel widget of Tix which represents mostly the main window
    of an application. It has an associated Tcl interpreter.tTixcCstii||||tiid}|iid|dj	o,|iid||iid|n|iiddS(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(	tTkinterR5t__init__tostenvironR+RtevalR(Rt
screenNametbaseNamet	classNamettixlib((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s
cCs$|iddtii|dS(NtWM_DELETE_WINDOWt(tprotocolR8R5tdestroy(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRDsN(R2R3R4RR9RD(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR5stFormcBs_eZdZhdZeZdZdZdZdddZd	dZ
dZRS(
sThe Tix Form geometry manager

    Widgets can be arranged by specifying attachments to other widgets.
    See Tix documentation for complete detailscKs)|iid|i|i||dS(NttixForm(RRt_wR(RRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytconfigscCsti|h||<dS(N(REtform(Rtkeytvalue((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt__setitem__scCs|iidd|iS(NRFtcheck(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRMscCs|iidd|idS(NRFtforget(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRNsicCs|om|oe|iidd|i}|ii|}d}x'|D]}||ii|f}qJW|Sn|iidd|i||S(NRFtgrid((RRRGt	splitlisttgetint(RtxsizetysizeR!tytz((s&/usr/local/lib/python2.5/lib-tk/Tix.pyROscCs_|p|iidd|iSn|ddjod|}n|iidd|i|S(NRFtinfoiR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRVs
cCs1t|i|ii|iidd|iS(NRFtslaves(tmapt
_nametowidgetRRPRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRWs			N(R2R3R4RHRIRLRMRNRORRVRW(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyREs			
t	TixWidgetcBs}eZdZdddhhdZdZdZdZdZdZ	dZ
dZhdd	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|ot||f}n
t|}d}|o|idn
dg}xG|iD]8\}}||jo|d||f}||=q^q^W||_ti||||o|ii||i|n|oti	||nh|_
dS(NtoptionsR((Rtappendtitemst
widgetNametWidgett_setupRRRGRHtsubwidget_list(	RtmasterR^tstatic_optionsRR textratktv((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s&	
	cCs/|ii|o|i|Snt|dS(N(Rathas_keytAttributeError(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt__getattr__CscCs|iid|i|dS(s1Set a variable without calling its action routinettixSetSilentN(RRRG(RRK((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
set_silentHscCsV|i|}|ptd|d|in|t|id}|i|S(sSReturn the named subwidget (which must have been created by
        the sub-class).s
Subwidget s not child of i(t_subwidget_nametTclErrort_nametlenRGRY(RR'tn((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	subwidgetLs
cCsq|i}|pgSng}xI|D]A}|t|id}y|i|i|Wq(q(Xq(W|S(sReturn all subwidgets.i(t_subwidget_namesRoRGR\RY(RtnamestretlistR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pytsubwidgets_allVscCs;y|ii|id|SWntj
odSnXdS(s7Get a subwidget name (returns a String, not a Widget !)RqN(RRRGRmR(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRlescCsMy/|ii|idd}|ii|SWntj
odSnXdS(s"Return the name of all subwidgets.t
subwidgetss-allN(RRRGRRmR(RR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRrls
cCs|djodSn!t|tpt|}nt|tpt|}n|i}x+|D]#}|ii|dd||qhWdS(s8Set configuration options for all subwidgets (and self).RBNRR(RRtreprRrRR(RRRKRsR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
config_allts
cKs|p!ti}|p
tdq(n|o|ot||f}n|o
|}nd}xN|iD]@\}}t|o|i|}n|d||f}qpW|iidd|f|S(NsToo early to create imageRRtcreate((	R8RtRuntimeErrorRR]tcallablet	_registerRR(RtimgtypeRRbR R[ReRf((s&/usr/local/lib/python2.5/lib-tk/Tix.pytimage_creates	


cCs4y|iidd|Wntj
onXdS(NRtdelete(RRRm(Rtimgname((s&/usr/local/lib/python2.5/lib-tk/Tix.pytimage_deletesN(R2R3R4RR9RiRkRqRuRlRrRxR~R(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRZ	s,			
				
tTixSubWidgetcBs&eZdZdddZdZRS(sSubwidget 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)icCsQ|oM|i|}y*|t|id}|id}WqTg}qTXn|p&ti||ddh|d<n|}xtt|dD]k}di||d }	y|i	|	}
|
}Wqt
j
o&t|||dddd}qXqW|o|d}nti||ddh|d<||_dS(Nit.R'tdestroy_physicallyitcheck_intermediatei(
RlRoRGRRZR9RtrangetjoinRYtKeyErrorRR(RRbR'RRtpathtplisttparenttiRptw((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s0&
"cCsx!|iiD]}|iqW|iii|io|ii|i=n|iii|io|ii|i=n|io|ii	d|i
ndS(NRD(tchildrentvaluesRDRbRgRnRaRRRRG(Rtc((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRDs
(R2R3R4R9RD(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs@h}x3|D]+}|ddf|d||dd<q
W|S(Nii((tlsttdictR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	_lst2dicts
)tDisplayStylecBsSeZdZhdZdZdZdZdZhdZdZ	RS(sRDisplayStyle - handle configuration options shared by
    (multiple) Display ItemscKst}|o|ido|d}n;|o|ido|d}n|p
tdn|i|_|iid||i|||_dS(Nt	refwindows1Too early to create display style: no root windowttixDisplayStyle(RRgRzRRRt	stylename(RtitemtypeRR Rb((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s
cCs|iS(N(R(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt__str__scCsp|o|ot||f}n|o
|}nd}x.|iD] \}}|d||f}qHW|S(NR((RR](RRR toptsReRf((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs

cCs|ii|iddS(NR(RRR(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs$|ii|idd||dS(NRs-%s(RRR(RRJRK((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRLscKs7t|ii|ii|id|i||S(NR(RRRRRR(RRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRHs		cCs|ii|idd|S(NRs-%s(RRR(RRJ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt__getitem__s(
R2R3R4R9RRRRLRHR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs			
		tBallooncBs2eZdZdhdZhdZdZRS(sBalloon help widget.

    Subwidget       Class
    ---------       -----
    label           Label
    message         MessagecKsmdddddg}ti||d|||t|ddd	|id<t|d
dd	|id
<dS(NR[tinstallcolormaptinitwaitt	statusbartcursort
tixBalloontlabelRitmessage(RZR9t_dummyLabelRa(RRbRR tstatic((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9
s	cKs/|ii|id|i|i||dS(skBind balloon widget to another.
        One balloon widget may be bound to several widgets at the same timetbindN(RRRGR(RtwidgetRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytbind_widgetscCs |ii|id|idS(Ntunbind(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
unbind_widgetsN(R2R3R4RR9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs
t	ButtonBoxcBs2eZdZdhdZhdZdZRS(sgButtonBox - A container for pushbuttons.
    Subwidgets are the buttons added with the add method.
    cKs&ti||dddg||dS(NttixButtonBoxtorientationR[(RZR9(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9#scKsD|ii|id||i||}t|||i|<|S(s$Add a button with given name to box.tadd(RRRGRt_dummyButtonRa(RR'RR tbtn((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR's*cCs4|ii|o|ii|id|ndS(Ntinvoke(RaRgRRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR.sN(R2R3R4RR9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRstComboBoxcBsAeZdZdhdZdZdZdZdZRS(sComboBox - an Entry field with a dropdown menu. The user can select a
    choice by either typing in the entry subwdget or selecting from the
    listbox subwidget.

    Subwidget       Class
    ---------       -----
    entry       Entry
    arrow       Button
    slistbox    ScrolledListBox
    tick        Button
    cross       Button : present if created with the fancy optioncKsti||dddddg||t|d|id<t|d|id<t|d|id<t|d	|id	<y0t|d
|id
<t|d|id<Wntj
onXdS(NttixComboBoxteditabletdropdowntfancyR[Rtentrytarrowtslistboxtticktcross(RZR9RRat_dummyEntryRt_dummyScrolledListBoxt	TypeError(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9@s
cCs|ii|id|dS(Nt
addhistory(RRRG(Rtstr((s&/usr/local/lib/python2.5/lib-tk/Tix.pytadd_historyRscCs|ii|id|dS(Nt
appendhistory(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytappend_historyUscCs |ii|id||dS(Ntinsert(RRRG(RtindexR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRXscCs|ii|id|dS(Ntpick(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR[sN(	R2R3R4RR9RRRR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR2s			tControlcBsAeZdZdhdZdZdZdZdZRS(sControl - 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{ti||ddg||t|d|id<t|d|id<t|d|id<t|d|id<dS(Nt
tixControlR[tincrtdecrRR(RZR9RRaRR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9ls
cCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	decrementsscCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	incrementvscCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRyscCs|ii|iddS(Ntupdate(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR|sN(	R2R3R4RR9RRRR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR^s			tDirListcBs#eZdZhdZdZRS(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              ScrollbarcKseti||ddg||t|d|id<t|d|id<t|d|id<dS(Nt
tixDirListR[thlisttvsbthsb(RZR9t_dummyHListRat_dummyScrollbar(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scCs|ii|id|dS(Ntchdir(RRRG(Rtdir((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs(R2R3R4R9R(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs	tDirTreecBs#eZdZhdZdZRS(sDirTree - 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             ScrollbarcKseti||ddg||t|d|id<t|d|id<t|d|id<dS(Nt
tixDirTreeR[RRR(RZR9RRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scCs|ii|id|dS(NR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs(R2R3R4R9R(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs
tDirSelectBoxcBseZdZhdZRS(sDirSelectBox - 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        ScrolledListBoxcKsOti||ddg||t|d|id<t|d|id<dS(NttixDirSelectBoxR[tdirlisttdircbx(RZR9t
_dummyDirListRat_dummyFileComboBox(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R4R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRstExFileSelectBoxcBs,eZdZhdZdZdZRS(sExFileSelectBox - 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       ScrolledListBoxcKsti||ddg||t|d|id<t|d|id<t|d|id<t|d|id<t|d|id<t|d|id<t|d	|id	<t|d
|id
<dS(NttixExFileSelectBoxR[tcanceltokthiddenttypesRRtfiletfilelist(RZR9RRat_dummyCheckbuttont_dummyComboBoxRR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scCs|ii|iddS(Ntfilter(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs(R2R3R4R9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs
	tDirSelectDialogcBs,eZdZhdZdZdZRS(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       DirSelectDialogcKs9ti||ddg||t|d|id<dS(NttixDirSelectDialogR[tdirbox(RZR9t_dummyDirSelectBoxRa(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scCs|ii|iddS(Ntpopup(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|iddS(Ntpopdown(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs(R2R3R4R9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs	tExFileSelectDialogcBs,eZdZhdZdZdZRS(sExFileSelectDialog - MS Windows style file select dialog.
    It provides an convenient method for the user to select files.

    Subwidgets       Class
    ----------       -----
    fsbox       ExFileSelectBoxcKs9ti||ddg||t|d|id<dS(NttixExFileSelectDialogR[tfsbox(RZR9t_dummyExFileSelectBoxRa(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs(R2R3R4R9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs	t
FileSelectBoxcBs,eZdZhdZdZdZRS(sExFileSelectBox - 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{ti||ddg||t|d|id<t|d|id<t|d|id<t|d|id<dS(NttixFileSelectBoxR[RRRt	selection(RZR9RRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s
cCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pytapply_filter scCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR#s(R2R3R4R9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs	tFileSelectDialogcBs,eZdZhdZdZdZRS(sFileSelectDialog - Motif style file select dialog.

    Subwidgets       Class
    ----------       -----
    btns       StdButtonBox
    fsbox       FileSelectBoxcKsOti||ddg||t|d|id<t|d|id<dS(NttixFileSelectDialogR[tbtnsR(RZR9t_dummyStdButtonBoxRat_dummyFileSelectBox(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR90scCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR6scCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R4R9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR's	t	FileEntrycBs,eZdZhdZdZdZRS(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       EntrycKsRti||dddg||t|d|id<t|d|id<dS(NttixFileEntryt
dialogtypeR[tbuttonR(RZR9RRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9HscCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRNscCsdS(N((R((s&/usr/local/lib/python2.5/lib-tk/Tix.pytfile_dialogQs(R2R3R4R9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR<s		tHListcBseZdZd5hdZhdZd5hdZdZdZdd5d5dZ	dZ
d	Zd
ZdZ
dZd
ZdZdZhdZhdZdZdZdZdZdZhdZhdZdZdZdZdZdZd5dZ dZ!d Z"d!Z#d"Z$d#Z%d$Z&d%Z'd&Z(hd'Z)hd(Z*d)Z+d*Z,d+Z-hd,Z.d-Z/d.Z0hd/Z1d0Z2d5d1Z3d2Z4d3Z5d4Z6RS(6sHList - 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 hierachy.

    Subwidgets - NonecKs&ti||dddg||dS(NttixHListtcolumnsR[(RZR9(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9]scKs(|ii|id||i||S(NR(RRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRascKs9|p
d}n|ii|id||i||S(NRBtaddchild(RRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	add_childds
	cCs |ii|idd|dS(Ntanchortset(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
anchor_setjscCs|ii|idddS(NRtclear(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pytanchor_clearmsicCsP|p#|ii|idd||Sn#|ii|idd|d|SdS(Ntcolumntwidths-char(RRRG(RtcolR
tchars((s&/usr/local/lib/python2.5/lib-tk/Tix.pytcolumn_widthps#cCs|ii|idddS(NRtall(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
delete_allwscCs |ii|idd|dS(NRR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytdelete_entryzscCs |ii|idd|dS(NRt
offsprings(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytdelete_offsprings}scCs |ii|idd|dS(NRtsiblings(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytdelete_siblingsscCs |ii|idd|dS(NtdragsiteR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytdragsite_setscCs|ii|idddS(NRR
(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pytdragsite_clearscCs |ii|idd|dS(NtdropsiteR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytdropsite_setscCs|ii|idddS(NRR
(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pytdropsite_clearscKs/|ii|idd||i||dS(NtheaderRy(RRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
header_createscKsn|djo2t|ii|ii|idd|Sn|ii|idd||i||dS(NRR(RRRRRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytheader_configures
	&cCs|ii|idd||S(NRR(RRRG(RRtopt((s&/usr/local/lib/python2.5/lib-tk/Tix.pytheader_cgetscCs|ii|idd|S(NRtexists(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
header_existsscCs |ii|idd|dS(NRR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
header_deletescCs|ii|idd|S(NRtsize(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytheader_sizescCs |ii|idd|dS(NthideR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
hide_entryscKs/|ii|idd||i||dS(Nt	indicatorRy(RRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytindicator_creates	cKsn|djo2t|ii|ii|idd|Sn|ii|idd||i||dS(NR*R(RRRRRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytindicator_configures
	&	cCs|ii|idd||S(NR*R(RRRG(RRR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pytindicator_cgetscCs|ii|idd|S(NR*R#(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytindicator_existsscCs |ii|idd|dS(NR*R(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytindicator_deletescCs|ii|idd|S(NR*R&(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytindicator_sizescCs|ii|iddS(NRVR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pytinfo_anchorscCs.|ii|idd|}|ii|S(NRVR(RRRGRP(RRR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
info_childrenscCs|ii|idd|S(NRVtdata(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	info_datascCs|ii|idd|S(NRVR#(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytinfo_existsscCs|ii|idd|S(NRVR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytinfo_hiddenscCs|ii|idd|S(NRVtnext(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	info_nextscCs|ii|idd|S(NRVR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytinfo_parentscCs|ii|idd|S(NRVtprev(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	info_prevscCs+|ii|idd}|ii|S(NRVR(RRRGRP(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytinfo_selectionscCs"|ii|idd|||S(NtitemR(RRRG(RRRR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	item_cgetsc	Kst|djo5t|ii|ii|idd||Sn|ii|idd|||i||dS(NR=R(RRRRRRGR(RRRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytitem_configures
	)c	Ks2|ii|idd|||i||dS(NR=Ry(RRRGR(RRRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytitem_creates	cCs|ii|idd||S(NR=R#(RRRG(RRR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytitem_existsscCs#|ii|idd||dS(NR=R(RRRG(RRR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytitem_deletescCs|ii|id||S(Nt	entrycget(RRRG(RRR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRCscKsh|djo/t|ii|ii|id|Sn|ii|id||i||dS(Ntentryconfigure(RRRRRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRDs
	#cCs|ii|id|S(Ntnearest(RRRG(RRT((s&/usr/local/lib/python2.5/lib-tk/Tix.pyREscCs|ii|id|dS(Ntsee(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRFscKs,|ii|idd|i||dS(NRR
(RRRGR(RRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytselection_clearscCs|ii|idd|S(NRtincludes(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytselection_includesscCs#|ii|idd||dS(NRR(RRRG(Rtfirsttlast((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
selection_set
scCs|ii|idd|S(NtshowR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
show_entry
scGs|ii|id|dS(Ntxview(RRRG(Rtargs((s&/usr/local/lib/python2.5/lib-tk/Tix.pyROscGs|ii|id|dS(Ntyview(RRRG(RRP((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRQsN(7R2R3R4RR9RRR	RRRRRRRRRRRR R"R$R%R'R)R+R,R-R.R/R0R1R2R4R5R6R8R9R;R<R>R?R@RARBRCRDRERFRGRIRLRNRORQ(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRUsh																																				t	InputOnlycBseZdZdhdZRS(s?InputOnly - Invisible widget. Unix only.

    Subwidgets - NonecKs ti||dd||dS(NttixInputOnly(RZR9R(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9sN(R2R3R4RR9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRRst
LabelEntrycBseZdZdhdZRS(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       EntrycKsRti||dddg||t|d|id<t|d|id<dS(Nt
tixLabelEntryt	labelsideR[RR(RZR9RRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9(sN(R2R3R4RR9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRTst
LabelFramecBseZdZdhdZRS(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       FramecKsRti||dddg||t|d|id<t|d|id<dS(Nt
tixLabelFrameRVR[Rtframe(RZR9RRat_dummyFrame(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR99sN(R2R3R4RR9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRW.s	tListNoteBookcBsAeZdZhdZhdZdZdZdZRS(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.cKskti||ddg||t|ddd|id<t|d|id<t|d|id<dS(NttixListNoteBookR[tpaneRiRtshlist(RZR9t_dummyPanedWindowRaRt_dummyScrolledHList(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9Hs
cKsI|ii|id||i||t|||i|<|i|S(NR(RRRGRRRa(RR'RR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRPs(cCs
|i|S(N(Rq(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pytpageUscCsU|ii|ii|id}g}x$|D]}|i|i|q1W|S(Ntpages(RRRRGR\Rq(RRstretR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRbXs$cCs|ii|id|dS(Ntraise(RRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
raise_page`s(R2R3R4R9RRaRbRe(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR[@s		tMetercBseZdZdhdZRS(suThe Meter widget can be used to show the progress of a background
    job which may take a long time to execute.
    cKs#ti||ddg||dS(NttixMeterR[(RZR9(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9hsN(R2R3R4RR9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRfcstNoteBookcBsVeZdZdhdZhdZdZdZdZdZ	dZ
RS(	sNoteBook - Multi-page container widget (tabbed notebook metaphor).

    Subwidgets       Class
    ----------       -----
    nbframe       NoteBookFrame
    <pages>       page widgets added dynamically with the add methodcKs?ti||ddg||t|ddd|id<dS(NttixNoteBookR[tnbframeRi(RZR9RRa(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9tscKsI|ii|id||i||t|||i|<|i|S(NR(RRRGRRRa(RR'RR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRys(cCs8|ii|id||i|i|i|=dS(NR(RRRGRaRD(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR~scCs
|i|S(N(Rq(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRascCsU|ii|ii|id}g}x$|D]}|i|i|q1W|S(NRb(RRRRGR\Rq(RRsRcR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRbs$cCs|ii|id|dS(NRd(RRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRescCs|ii|idS(Ntraised(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRksN(R2R3R4RR9RRRaRbReRk(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRhls				t
NoteBookFramecBseZRS((R2R3(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRlst
OptionMenucBsMeZdZhdZhdZhdZdZdZdZRS(sOptionMenu - creates a menu button of options.

    Subwidget       Class
    ---------       -----
    menubutton      Menubutton
    menu            MenucKsOti||ddg||t|d|id<t|d|id<dS(Nt
tixOptionMenuR[t
menubuttontmenu(RZR9t_dummyMenubuttonRat
_dummyMenu(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scKs/|ii|idd||i||dS(NRtcommand(RRRGR(RR'RR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pytadd_commandscKs/|ii|idd||i||dS(NRt	separator(RRRGR(RR'RR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
add_separatorscCs|ii|id|dS(NR(RRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|id|dS(Ntdisable(RRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRwscCs|ii|id|dS(Ntenable(RRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRxs(	R2R3R4R9RtRvRRwRx(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRms		tPanedWindowcBsVeZdZhdZhdZdZdZdZhdZdZ	RS(sPanedWindow - 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&ti||dddg||dS(NttixPanedWindowRR[(RZR9(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scKsO|ii|id||i||t||dd|i|<|i|S(NRRi(RRRGRRRa(RR'RR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs(cCs8|ii|id||i|i|i|=dS(NR(RRRGRaRD(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|id|dS(NRN(RRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRNscCs|ii|id||S(Ntpanecget(RRRG(RRR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR{scKsh|djo/t|ii|ii|id|Sn|ii|id||i||dS(Nt
paneconfigure(RRRRRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR|s

	#cCsI|ii|id}g}x$|D]}|i|i|q%W|S(Ntpanes(RRRGR\Rq(RRsRcR!((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR}s(
R2R3R4R9RRRNR{R|R}(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRys				t	PopupMenucBs5eZdZhdZdZdZdZRS(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       MenucKsOti||ddg||t|d|id<t|d|id<dS(NttixPopupMenuR[RoRp(RZR9RqRaRr(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scCs |ii|id|idS(NR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs |ii|id|idS(NR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs&|ii|id|i||dS(Ntpost(RRRG(RRR!RT((s&/usr/local/lib/python2.5/lib-tk/Tix.pytpost_widgets(R2R3R4R9RRR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR~s
			tResizeHandlecBs>eZdZhdZdZdZdZdZRS(s;Internal widget to draw resize handles on Scrolled widgets.c	KsAddddddddd	g	}ti||d
|||dS(NR[Rstcursorfgtcursorbgt
handlesizet	hintcolort	hintwidthR!RTttixResizeHandle(RZR9(RRbRR tflags((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s
	cCs |ii|id|idS(Ntattachwidget(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
attach_widgetscCs |ii|id|idS(Ntdetachwidget(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
detach_widgetscCs |ii|id|idS(NR((RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR(scCs |ii|id|idS(NRM(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRMs(R2R3R4R9RRR(RM(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs
			t
ScrolledHListcBseZdZhdZRS(s0ScrolledHList - HList with automatic scrollbars.cKseti||ddg||t|d|id<t|d|id<t|d|id<dS(NttixScrolledHListR[RRR(RZR9RRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s

(R2R3R4R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRstScrolledListBoxcBseZdZhdZRS(s4ScrolledListBox - Listbox with automatic scrollbars.cKseti||ddg||t|d|id<t|d|id<t|d|id<dS(NttixScrolledListBoxR[tlistboxRR(RZR9t
_dummyListboxRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9#s(R2R3R4R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRstScrolledTextcBseZdZhdZRS(s.ScrolledText - Text with automatic scrollbars.cKseti||ddg||t|d|id<t|d|id<t|d|id<dS(NttixScrolledTextR[RRR(RZR9t
_dummyTextRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9-s(R2R3R4R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR)st
ScrolledTListcBseZdZhdZRS(s0ScrolledTList - TList with automatic scrollbars.cKseti||ddg||t|d|id<t|d|id<t|d|id<dS(NttixScrolledTListR[ttlistRR(RZR9t_dummyTListRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR97s

(R2R3R4R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR3stScrolledWindowcBseZdZhdZRS(s2ScrolledWindow - Window with automatic scrollbars.cKseti||ddg||t|d|id<t|d|id<t|d|id<dS(NttixScrolledWindowR[RRR(RZR9RZRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9Bs(R2R3R4R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR>stSelectcBs/eZdZhdZhdZdZRS(sSelect - 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	KsEti||ddddddg||t|d|id<dS(Nt	tixSelectt	allowzerotradioRRVR[R(RZR9RRa(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9Os

cKsI|ii|id||i||t|||i|<|i|S(NR(RRRGRRRa(RR'RR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRVs(cCs|ii|id|dS(NR(RRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR[s(R2R3R4R9RR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRHstShellcBseZdZdhdZRS(s'Toplevel window.

    Subwidgets - NonecKs&ti||dddg||dS(NttixShellR[ttitle(RZR9(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9csN(R2R3R4RR9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR^stDialogShellcBs8eZdZdhdZdZdZdZRS(sToplevel 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 - NonecKs5ti||ddddddddg||dS(	NttixDialogShellR[Rtmappedt	minheighttminwidthRt	transient(RZR9(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9os
	cCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRvscCs|ii|iddS(NR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRyscCs|ii|iddS(Ntcenter(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR|sN(R2R3R4RR9RRR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRfs
		tStdButtonBoxcBs&eZdZdhdZdZRS(s@StdButtonBox - Standard Button Box (OK, Apply, Cancel and Help) cKs~ti||dddg||t|d|id<t|d|id<t|d|id<t|d|id<dS(NttixStdButtonBoxRR[RtapplyRthelp(RZR9RRa(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scCs4|ii|o|ii|id|ndS(NR(RaRgRRRG(RR'((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsN(R2R3R4RR9R(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRstTListcBs
eZdZdhdZdZdZdZdZddZ	dZ
dZd	Zd
Z
hdZdZd
ZdZdZdZdZdZdZdZdZhdZdZddZdZdZRS(sTList - 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#ti||ddg||dS(NttixTListR[(RZR9(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9scCs |ii|idd|dS(NtactiveR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
active_setscCs|ii|idddS(NRR
(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pytactive_clearscCs |ii|idd|dS(NRR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR	scCs|ii|idddS(NRR
(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs |ii|id||dS(NR(RRRG(Rtfrom_tto((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs |ii|idd|dS(NRR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|idddS(NRR
(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs |ii|idd|dS(NRR(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|idddS(NRR
(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscKs,|ii|id||i||dS(NR(RRRGR(RRRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|iddS(NRVR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pytinfo_activescCs|ii|iddS(NRVR(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR1scCs|ii|idd|S(NRVtdown(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	info_downscCs|ii|idd|S(NRVtleft(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	info_leftscCs|ii|idd|S(NRVtright(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
info_rightscCs+|ii|idd}|ii|S(NRVR(RRRGRP(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR<scCs|ii|iddS(NRVR&(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	info_sizescCs|ii|idd|S(NRVtup(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytinfo_upscCs|ii|id||S(NRE(RRRG(RR!RT((s&/usr/local/lib/python2.5/lib-tk/Tix.pyREscCs|ii|id|dS(NRF(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRFscKs,|ii|idd|i||dS(NRR
(RRRGR(RRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRGscCs|ii|idd|S(NRRH(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRIscCs#|ii|idd||dS(NRR(RRRG(RRJRK((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRLscGs|ii|id|dS(NRO(RRRG(RRP((s&/usr/local/lib/python2.5/lib-tk/Tix.pyROscGs|ii|id|dS(NRQ(RRRG(RRP((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRQsN(R2R3R4RR9RRR	RRRRRRRRR1RRRR<RRRERFRGRIRLRORQ(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs6																				tTreecBsMeZdZdhdZdZdZdZdZddZ	RS(	sTree - The tixTree widget can be used to display hierachical
    data in a tree form. The user can adjust
    the view of the tree by opening or closing parts of the tree.cKseti||ddg||t|d|id<t|d|id<t|d|id<dS(NttixTreeR[RRR(RZR9RRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s
cCs|ii|iddS(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(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|id|dS(s8Close the entry given by entryPath if its mode is close.tcloseN(RRRG(Rt	entrypath((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|id|S(s9Returns the current mode of the entry given by entryPath.tgetmode(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRscCs|ii|id|dS(s6Open the entry given by entryPath if its mode is open.topenN(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRstnonecCs |ii|id||dS(sThis 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 the the entry. If mode is set to close, a (-)
     indicator is drawn next the 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(RRRG(RRtmode((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs
N(
R2R3R4RR9RRRRR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs				t	CheckListcBsbeZdZd
hdZdZdZdZdZddZ	dZ
dd	ZRS(sThe 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.
    cKseti||ddg||t|d|id<t|d|id<t|d|id<dS(NttixCheckListR[RRR(RZR9RRaR(RRbRR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s
cCs|ii|iddS(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.RN(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR#scCs|ii|id|dS(s8Close the entry given by entryPath if its mode is close.RN(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR*scCs|ii|id|S(s9Returns the current mode of the entry given by entryPath.R(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR.scCs|ii|id|dS(s6Open the entry given by entryPath if its mode is open.RN(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR2stoncCs7|ii|ii|id|}|ii|S(sReturns 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(RRRRGRP(RRR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR6s'cCs|ii|id|S(s(Returns the current status of entryPath.t	getstatus(RRRG(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR=scCs |ii|id||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(RRRG(RRR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRAsN(R2R3R4RR9RRRRRRR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs					RcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9Ms(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRLsRcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9Qs(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRPsRcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9Us(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRTsRZcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9Ys(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRZXsRcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9]s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR\sRcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9as(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR`sRrcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9es(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRrdsRqcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9is(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRqhsRcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9ms(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRlsRcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9qs(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRpsRcBseZddZRS(icCs\ti||||t|d|id<t|d|id<t|d|id<dS(NRRR(RR9RRaR(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9us(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRtsRcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9|s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR{sR`cBseZddZRS(icCs\ti||||t|d|id<t|d|id<t|d|id<dS(NRRR(RR9RRaR(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR`sRcBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsRcBseZddZRS(icCsti|||d|gt|d|id<t|d|id<t|d|id<t|d|id<y0t|d|id<t|d|id<Wntj
onXdS(NRRRRRRR(RR9RRaRRRR(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsRcBseZddZRS(icCs\ti||||t|d|id<t|d|id<t|d|id<dS(NRRR(RR9RRaR(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsRcBseZddZRS(icCsFti||||t|d|id<t|d|id<dS(NRR(RR9RRaR(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsRcBseZddZRS(icCsti||||t|d|id<t|d|id<t|d|id<t|d|id<t|d|id<t|d|id<t|d|id<t|d|id<dS(	NRRRRRRRR(RR9RRaRRR(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsRcBseZddZRS(icCsrti||||t|d|id<t|d|id<t|d|id<t|d|id<dS(NRRRR(RR9RRaR(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s
(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsRcBseZddZRS(icCs0ti||||t|d|id<dS(NR(RR9RRa(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsRcBseZddZRS(icCsrti||||t|d|id<t|d|id<t|d|id<t|d|id<dS(NRRRR(RR9RRa(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s
(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRst_dummyNoteBookFramecBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRsR_cBseZddZRS(icCsti||||dS(N(RR9(RRbR'R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s(R2R3R9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR_scCs|iid|iS(szReturns the qualified path name for the widget. Normally used to set
    default options for subwidgets. See tixwidgets.pyt
tixOptionName(RRRG(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
OptionNamescCsGd}x:|iD],}|d|d|d||d}qW|S(NRBs{{s} {s - s}} (tkeys(Rtsttype((s&/usr/local/lib/python2.5/lib-tk/Tix.pytFileTypeLists

*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.
    (R2R3R4(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRstGridcBseZdZdhdZdZddZddZdZdZ	dZ
dZd	Zdd
Z
dZdZd
dZdZdZd
dZRS(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}||_ti||d|||dS(NttixGrid(RRZR9(RRbRR R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9s	cCs|i|ii|ddS(s3Get the (x,y) coordinate of the current anchor cellRR+(t_getintsRR(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
anchor_getscCsJ|djo|ii|dd|n|ii|dd||dS(sdDelete rows between from_ and to inclusive.
        If to is not provided,  delete only row at from_RtrowN(RRR(RRR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
delete_rows
cCsJ|djo|ii|dd|n|ii|dd||dS(sjDelete columns between from_ and to inclusive.
        If to is not provided,  delete only column at from_RRN(RRR(RRR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt
delete_columns
cCs|ii|d|||S(s&Get the option value for cell at (x,y)RC(RR(RR!RTR((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRC'scKs(|ii|d|||id|S(NRD(RRRR(RR!RTR ((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRD+scCs(tt|ii|dd||S(s+Return True if display item exists at (x,y)RVR#(tbooltintRR(RR!RT((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR50scCs|ii|dd||S(NRVtbbox(RR(RR!RT((s&/usr/local/lib/python2.5/lib-tk/Tix.pyt	info_bbox4scCs"|i|ii|d||S(s8Return coordinate of cell nearest pixel coordinate (x,y)RE(RRR(RR!RT((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRE8scKsV|i|i|}|dj	od|f|}n|ii|d|||dS(Ns	-itemtypeR(RRRRR(RR!RTRR RP((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRCs
cCs|i|ii|dS(NRO(t_getdoublesRR(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyROLscCs|ii|dd|dS(NROtmoveto(RR(Rtfraction((s&/usr/local/lib/python2.5/lib-tk/Tix.pytxview_movetoNstunitscCs |ii|dd||dS(s5Scroll right (count>0) or left <count> of units|pagesROtscrollN(RR(Rtcounttwhat((s&/usr/local/lib/python2.5/lib-tk/Tix.pytxview_scrollPscCs|i|ii|dS(NRQ(RRR(R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRQTscCs|ii|dd|dS(NtysviewR(RR(RR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytyview_movetoVscCs |ii|dd||dS(s2Scroll down (count>0) or up <count> of units|pagesRQRN(RR(RRR((s&/usr/local/lib/python2.5/lib-tk/Tix.pytyview_scrollXsN(R2R3R4RR9RRRRCRDR5RRERRORRRQRR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyRs"

	
										tScrolledGridcBseZdZdhdZRS(sScrolled Grid widgetscKs/g}||_ti||d|||dS(NttixScrolledGrid(RRZR9(RRbRR R((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR9`s	N(R2R3R4RR9(((s&/usr/local/lib/python2.5/lib-tk/Tix.pyR\siiiii ((((kR8RRRt	TkVersiontImportErrort_tkintertWINDOWtTEXTtSTATUSt	IMMEDIATEtIMAGEt	IMAGETEXTtBALLOONtAUTOt	ACROSSTOPt
TCL_DONT_WAITtTCL_WINDOW_EVENTStTCL_FILE_EVENTStTCL_TIMER_EVENTStTCL_IDLE_EVENTStTCL_ALL_EVENTSR:R
R5RER_t	__bases__RZRRRRRRRRRRRRRRRRRRRRTRWR[RfRhRlRmRyR~RRRRRRRRRRRRRtButtonRtCheckbuttonRtEntryRtFrameRZtLabelRtListboxRtMenuRrt
MenubuttonRqt	ScrollbarRtTextRRRR`RRRRRRRRRR_RRRRR(((s&/usr/local/lib/python2.5/lib-tk/Tix.pys<module>s


-7	.,!"#	(.


Y.7
	
	h

Man Man