Tk Library Source Code
Check-in [8d8e05c279]
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fixed old urls in various locations, added meta files to repository to make checkout like distribution.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | tklib-0-6-rc
Files: files | file ages | folders
SHA1:8d8e05c279f2a5b22ce58c61311813b37c059d64
User & Date: andreask 2013-03-11 20:33:08
Context
2013-03-11
20:41
Updated sak code to the latest from tcllib. check-in: 08d61afec4 user: andreask tags: tklib-0-6-rc
20:33
Fixed old urls in various locations, added meta files to repository to make checkout like distribution. check-in: 8d8e05c279 user: andreask tags: tklib-0-6-rc
20:15
Merged trunk changes (embedded docs) to pending release. check-in: 94958bdd4c user: andreask tags: tklib-0-6-rc
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added DESCRIPTION.txt.























































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Identifier: tklib
Title:  Tk Standard Library
Description: This package is intended to be a collection of
    Tcl packages that provide utility functions useful to a
    large collection of Tk programmers.
Rights: BSD
Version: 0.6
URL: http://core.tcl.tk/tklib/
Architecture: tcl
Contributor: Aaron Faupell <afaupell at users dot sourceforge dot net>
Contributor: Andreas Kupries <andreas_kupries at users dot sourceforge dot net>
Contributor: Arjen Markus <arjenmarkus at users dot sourceforge dot net>
Contributor: Csaba Nemethi <csaba dot nemethi at t-online dot de>
Contributor: David N. Welton <davidw at dedasys dot com>
Contributor: George Peter Staplin <georgeps at users dot sourceforge dot net>
Contributor: Jean-Luc Fontaine <jfontain at free dot fr>
Contributor: Jeff Hobbs <jeffh at ActiveState dot com>
Contributor: Keith Nash <kjnash at users dot sourceforge dot net>
Contributor: Keith Vetter <keith at ebook dot gemstar dot com>
Contributor: Kevin B. Kenny <kennykb at acm dot org>
Contributor: Kevin Kenny <kennykb at acm dot org>
Contributor: Marty Backe <marty at lucidway dot org>
Contributor: Nemethi <csaba dot nemethi at t-online dot de>
Contributor: Pat Thoyts <patthoyts at users dot sourceforge dot net>
Contributor: Ruediger Haertel <r_haertel at gmx dot de>
Contributor: Rüdiger Härtel <r_haertel at gmx dot de>
Contributor: Torsten Berg <berg at marilim dot de>

Changes to README.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
RCS: @(#) $Id: README,v 1.3 2003/11/28 22:42:03 andreas_kupries Exp $

Welcome to the tklib, the Tk Standard Library.  This package is
intended to be a collection of Tcl packages that provide utility
functions useful to a large collection of Tcl programmers.

The home web site for this code is http://tcllib.sourceforge.net/ .
At this web site, you will find mailing lists, web forums, databases
for bug reports and feature requests, the CVS repository (browsable on
the web, or read-only accessible via CVS ), and more.

Please note that tklib depends on tcllib, the Tcl Standard Library.
This is true for both installation and runtime.







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
RCS: @(#) $Id: README,v 1.3 2003/11/28 22:42:03 andreas_kupries Exp $

Welcome to the tklib, the Tk Standard Library.  This package is
intended to be a collection of Tcl packages that provide utility
functions useful to a large collection of Tcl programmers.

The home web site for this code is http://core.tcl.tk/tklib/ .
At this web site, you will find mailing lists, web forums, databases
for bug reports and feature requests, the CVS repository (browsable on
the web, or read-only accessible via CVS ), and more.

Please note that tklib depends on tcllib, the Tcl Standard Library.
This is true for both installation and runtime.

Changes to modules/mentry/README.txt.

58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
for Windows.  These files contain the same information, except for the
additional carriage return character preceding the linefeed at the end
of each line in the text files for Windows.

Mentry is also hosted on SourceForge, as part of tklib, which in turn is
contained in the tcllib project, having the address

    http://sourceforge.net/projects/tcllib

How to install it?
------------------

Install the package as a subdirectory of one of the directories given
by the "auto_path" variable.  For example, you can install it as a
directory at the same level as the Tcl and Tk script libraries.  The







|







58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
for Windows.  These files contain the same information, except for the
additional carriage return character preceding the linefeed at the end
of each line in the text files for Windows.

Mentry is also hosted on SourceForge, as part of tklib, which in turn is
contained in the tcllib project, having the address

    http://core.tcl.tk/tklib

How to install it?
------------------

Install the package as a subdirectory of one of the directories given
by the "auto_path" variable.  For example, you can install it as a
directory at the same level as the Tcl and Tk script libraries.  The

Changes to modules/mentry/doc/mentry.html.

159
160
161
162
163
164
165
166
167
168
169
170
171
172
173

  <p>Mentry is also hosted on SourceForge, as part of tklib, which in turn is
  contained in the tcllib project, having the address</p>

  <blockquote>
    <address>
      <a href=
      "http://sourceforge.net/projects/tcllib">http://sourceforge.net/projects/tcllib</a>
    </address>
  </blockquote>

  <h3><a name="ov_install"></a>How to install it?</h3>

  <p>Install the package as a subdirectory of one of the directories given by
  the <code>auto_path</code> variable.&nbsp; For example, you can install it as







|







159
160
161
162
163
164
165
166
167
168
169
170
171
172
173

  <p>Mentry is also hosted on SourceForge, as part of tklib, which in turn is
  contained in the tcllib project, having the address</p>

  <blockquote>
    <address>
      <a href=
      "http://core.tcl.tk/tklib">http://core.tcl.tk/tklib</a>
    </address>
  </blockquote>

  <h3><a name="ov_install"></a>How to install it?</h3>

  <p>Install the package as a subdirectory of one of the directories given by
  the <code>auto_path</code> variable.&nbsp; For example, you can install it as

Changes to modules/tablelist/README.txt.

93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
information, except for the additional carriage return character
preceding the linefeed at the end of each line in the text files for
Windows.

Tablelist is also hosted on SourceForge, as part of tklib, which in
turn is contained in the tcllib project, having the address

    http://sourceforge.net/projects/tcllib

How to install it?
------------------

Install the package as a subdirectory of one of the directories given
by the "auto_path" variable.  For example, you can install it as a
directory at the same level as the Tcl and Tk script libraries.  The







|







93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
information, except for the additional carriage return character
preceding the linefeed at the end of each line in the text files for
Windows.

Tablelist is also hosted on SourceForge, as part of tklib, which in
turn is contained in the tcllib project, having the address

    http://core.tcl.tk/tklib

How to install it?
------------------

Install the package as a subdirectory of one of the directories given
by the "auto_path" variable.  For example, you can install it as a
directory at the same level as the Tcl and Tk script libraries.  The

Changes to modules/tablelist/doc/tablelist.html.

184
185
186
187
188
189
190
191
192
193
194
195
196
197
198

  <p>Tablelist is also hosted on SourceForge, as part of tklib, which in turn
  is contained in the tcllib project, having the address</p>

  <blockquote>
    <address>
      <a href=
      "http://sourceforge.net/projects/tcllib">http://sourceforge.net/projects/tcllib</a>
    </address>
  </blockquote>

  <h3><a name="ov_install"></a>How to install it?</h3>

  <p>Install the package as a subdirectory of one of the directories given by
  the <code>auto_path</code> variable.&nbsp; For example, you can install it as







|







184
185
186
187
188
189
190
191
192
193
194
195
196
197
198

  <p>Tablelist is also hosted on SourceForge, as part of tklib, which in turn
  is contained in the tcllib project, having the address</p>

  <blockquote>
    <address>
      <a href=
      "http://core.tcl.tk/tklib">http://core.tcl.tk/tklib</a>
    </address>
  </blockquote>

  <h3><a name="ov_install"></a>How to install it?</h3>

  <p>Install the package as a subdirectory of one of the directories given by
  the <code>auto_path</code> variable.&nbsp; For example, you can install it as

Changes to modules/tablelist/doc/tablelistBWidget.html.

47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  <h2><a name="overview"></a>Overview</h2>

  <p>The BWidget package is a library extension for Tcl/Tk versions 8.1.1 or
  higher, written in pure Tcl/Tk code.&nbsp; Its download location is</p>

  <blockquote>
    <address>
      <a href="http://tcllib.sourceforge.net">http://tcllib.sourceforge.net</a>
    </address>
  </blockquote>

  <p>Tablelist supports interactive cell editing with the aid of the Entry,
  SpinBox, and ComboBox widgets from the BWidget package.&nbsp; The steps
  needed for using one of these widgets for editing the cells of a given column
  are as follows:</p>







|







47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  <h2><a name="overview"></a>Overview</h2>

  <p>The BWidget package is a library extension for Tcl/Tk versions 8.1.1 or
  higher, written in pure Tcl/Tk code.&nbsp; Its download location is</p>

  <blockquote>
    <address>
      <a href="http://core.tcl.tk/bwidget">http://core.tcl.tk/bwidget</a>
    </address>
  </blockquote>

  <p>Tablelist supports interactive cell editing with the aid of the Entry,
  SpinBox, and ComboBox widgets from the BWidget package.&nbsp; The steps
  needed for using one of these widgets for editing the cells of a given column
  are as follows:</p>

Changes to modules/wcb/README.txt.

75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Windows.  These files contain the same information, except for the
additional carriage return character preceding the linefeed at the end
of each line in the text files for Windows.

Wcb is also hosted on SourceForge, as part of tklib, which in turn is
contained in the tcllib project, having the address

    http://sourceforge.net/projects/tcllib

How to install it?
------------------

Install the package as a subdirectory of one of the directories given
by the "auto_path" variable.  For example, you can install it as a
directory at the same level as the Tcl and Tk script libraries.  The







|







75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Windows.  These files contain the same information, except for the
additional carriage return character preceding the linefeed at the end
of each line in the text files for Windows.

Wcb is also hosted on SourceForge, as part of tklib, which in turn is
contained in the tcllib project, having the address

    http://core.tcl.tk/tklib

How to install it?
------------------

Install the package as a subdirectory of one of the directories given
by the "auto_path" variable.  For example, you can install it as a
directory at the same level as the Tcl and Tk script libraries.  The

Changes to modules/wcb/doc/wcb.html.

170
171
172
173
174
175
176
177
178
179
180
181
182
183
184

  <p>Wcb is also hosted on SourceForge, as part of tklib, which in turn is
  contained in the tcllib project, having the address</p>

  <blockquote>
    <address>
      <a href=
      "http://sourceforge.net/projects/tcllib">http://sourceforge.net/projects/tcllib</a>
    </address>
  </blockquote>

  <h3><a name="ov_install"></a>How to install it?</h3>

  <p>Install the package as a subdirectory of one of the directories given by
  the <code>auto_path</code> variable.&nbsp; For example, you can install it as







|







170
171
172
173
174
175
176
177
178
179
180
181
182
183
184

  <p>Wcb is also hosted on SourceForge, as part of tklib, which in turn is
  contained in the tcllib project, having the address</p>

  <blockquote>
    <address>
      <a href=
      "http://core.tcl.tk/tklib">http://core.tcl.tk/tklib</a>
    </address>
  </blockquote>

  <h3><a name="ov_install"></a>How to install it?</h3>

  <p>Install the package as a subdirectory of one of the directories given by
  the <code>auto_path</code> variable.&nbsp; For example, you can install it as

Changes to support/releases/history/README-0.6.txt.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
..
61
62
63
64
65
66
67
68
69
70
71

72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Overview
========

    38 new packages                in 9  modules
    8  changed packages            in 7  modules
    1  internally changed packages in 1  modules
    14 unchanged packages          in 12 modules
    75 packages, total             in 27 modules, total

New in tklib 0.6
================

    Module          Package                       New Version   Comments
    --------------- ----------------------------- ------------- ----------
................................................................................
    --------------- ----------------------------- ------------- ----------

Changes from tklib 0.5 to 0.6
=============================

                                    tklib 0.5     tklib 0.6
    Module      Package             Old Version   New Version   Comments
    ----------- ------------------- ------------- ------------- ----------
    canvas      canvas::sqmap       0.2           0.3.1         B D EF
                canvas::zoom        0.1           0.2.1         B D
    ----------- ------------------- ------------- ------------- ----------

    ctext       ctext               3.2           3.3           EF
    cursor      cursor              0.2           0.3.1         B
    ----------- ------------------- ------------- ------------- ----------
    ico         ico                               0.3.2         B EF
                ico                 1.0.3         1.1           B EF
    ----------- ------------------- ------------- ------------- ----------
    plotchart   Plotchart           1.6.1                       B D EF
                Plotchart                         2.0.2         B D EF
    ----------- ------------------- ------------- ------------- ----------
    style       style::as           1.4           1.4.1         B
    ----------- ------------------- ------------- ------------- ----------
    tablelist   tablelist::common   4.10.1                      B D EF
                tablelist::common                 5.7           B D EF
    ----------- ------------------- ------------- ------------- ----------

Invisible changes (documentation, testsuites)
=============================================

                              tklib 0.5     tklib 0.6
    Module       Package      Old Version   New Version   Comments
    ------------ ------------ ------------- ------------- ----------
    tkpiechart   tkpiechart   6.6           6.6           B
    ------------ ------------ ------------- ------------- ----------

Unchanged
=========

    autoscroll, chatwidget, crosshair, datefield, getstring,
    history, ipentry, khim, ntext, style, style::lobster, swaplist,
    tipstack, tooltip

Legend  Change  Details Comments
        ------  ------- ---------
        Major   API:    ** incompatible ** API changes.

        Minor   EF :    Extended functionality, API.
                I  :    Major rewrite, but no API change




|

|







 







|


|
>


|


|
|
|
|

|


|













|
|
<







1
2
3
4
5
6
7
8
9
10
11
12
13
14
..
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101

102
103
104
105
106
107
108
Overview
========

    38 new packages                in 9  modules
    9  changed packages            in 8  modules
    1  internally changed packages in 1  modules
    13 unchanged packages          in 11 modules
    75 packages, total             in 27 modules, total

New in tklib 0.6
================

    Module          Package                       New Version   Comments
    --------------- ----------------------------- ------------- ----------
................................................................................
    --------------- ----------------------------- ------------- ----------

Changes from tklib 0.5 to 0.6
=============================

                                    tklib 0.5     tklib 0.6
    Module      Package             Old Version   New Version   Comments
    ----------- ------------------- ------------- ------------- --------------
    canvas      canvas::sqmap       0.2           0.3.1         B D EF
                canvas::zoom        0.1           0.2.1         B D
    ----------- ------------------- ------------- ------------- --------------
    crosshair   crosshair           1.0.2         1.1           EF
    ctext       ctext               3.2           3.3           EF
    cursor      cursor              0.2           0.3.1         B
    ----------- ------------------- ------------- ------------- --------------
    ico         ico                               0.3.2         B EF
                ico                 1.0.3         1.1           B EF
    ----------- ------------------- ------------- ------------- --------------
    plotchart   Plotchart           1.6.1                       API B D EF T
                Plotchart                         2.1.0         API B D EF T
    ----------- ------------------- ------------- ------------- --------------
    style       style::as           1.4           1.4.1         B
    ----------- ------------------- ------------- ------------- --------------
    tablelist   tablelist::common   4.10.1                      B D EF
                tablelist::common                 5.7           B D EF
    ----------- ------------------- ------------- ------------- --------------

Invisible changes (documentation, testsuites)
=============================================

                              tklib 0.5     tklib 0.6
    Module       Package      Old Version   New Version   Comments
    ------------ ------------ ------------- ------------- ----------
    tkpiechart   tkpiechart   6.6           6.6           B
    ------------ ------------ ------------- ------------- ----------

Unchanged
=========

    autoscroll, chatwidget, datefield, getstring, history, ipentry,
    khim, ntext, style, style::lobster, swaplist, tipstack, tooltip


Legend  Change  Details Comments
        ------  ------- ---------
        Major   API:    ** incompatible ** API changes.

        Minor   EF :    Extended functionality, API.
                I  :    Major rewrite, but no API change

Changes to support/releases/package_rpm.txt.

6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Summary: The standard Tk library
Name: @PACKAGE_NAME@
Version: %{version}
Release: 2
Copyright: BSD
Group: Development/Languages
Source: %{name}-%{version}.tar.bz2
URL: http://tcllib.sourceforge.net/
Packager: Jean-Luc Fontaine <jfontain@free.fr>
BuildArchitectures: noarch
Prefix: /usr
Requires: tcl >= 8.3.1
BuildRequires: tcl >= 8.3.1
Buildroot: /var/tmp/%{name}-%{version}

%description
Tklib, the Tk Standard Library is a collection of Tcl packages
that provide utility functions useful to a large collection of Tk
programmers.
The home web site for this code is http://tcllib.sourceforge.net/.
At this web site, you will find mailing lists, web forums, databases
for bug reports and feature requests, the CVS repository (browsable
on the web, or read-only accessible via CVS ), and more.
Note: also grab source tarball for more documentation, examples, ...

%prep








|











|







6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Summary: The standard Tk library
Name: @PACKAGE_NAME@
Version: %{version}
Release: 2
Copyright: BSD
Group: Development/Languages
Source: %{name}-%{version}.tar.bz2
URL: http://core.tcl.tk/tklib/
Packager: Jean-Luc Fontaine <jfontain@free.fr>
BuildArchitectures: noarch
Prefix: /usr
Requires: tcl >= 8.3.1
BuildRequires: tcl >= 8.3.1
Buildroot: /var/tmp/%{name}-%{version}

%description
Tklib, the Tk Standard Library is a collection of Tcl packages
that provide utility functions useful to a large collection of Tk
programmers.
The home web site for this code is http://core.tcl.tk/tklib/.
At this web site, you will find mailing lists, web forums, databases
for bug reports and feature requests, the CVS repository (browsable
on the web, or read-only accessible via CVS ), and more.
Note: also grab source tarball for more documentation, examples, ...

%prep

Changes to support/releases/package_tip55.txt.

1
2
3
4
5
6
7
8
9
Identifier: @PACKAGE_NAME@
Title:  Tk Standard Library
Description: This package is intended to be a collection of
    Tcl packages that provide utility functions useful to a
    large collection of Tk programmers.
Rights: BSD
Version: @PACKAGE_VERSION@
URL: http://tcllib.sourceforge.net/
Architecture: tcl







|

1
2
3
4
5
6
7
8
9
Identifier: @PACKAGE_NAME@
Title:  Tk Standard Library
Description: This package is intended to be a collection of
    Tcl packages that provide utility functions useful to a
    large collection of Tk programmers.
Rights: BSD
Version: @PACKAGE_VERSION@
URL: http://core.tcl.tk/tklib/
Architecture: tcl

Changes to support/releases/package_yml.txt.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dist_id: tklib
version: @PACKAGE_VERSION@
language: tcl
description: |
   This package is intended to be a collection of Tcl packages that provide
   utility functions useful to a large collection of Tk programmers.

   The home web site for this code is http://tcllib.sourceforge.net/.
   At this web site, you will find mailing lists, web forums, databases
   for bug reports and feature requests, the CVS repository (browsable
   on the web, or read-only accessible via CVS ), and more.

categories: 
  - Library/Utility
  - Library/GUI
license: BSD
owner_id: AndreasKupries
wrapped_content: @PACKAGE_NAME@-@PACKAGE_VERSION@/







|










1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dist_id: tklib
version: @PACKAGE_VERSION@
language: tcl
description: |
   This package is intended to be a collection of Tcl packages that provide
   utility functions useful to a large collection of Tk programmers.

   The home web site for this code is http://core.tcl.tk/tklib/.
   At this web site, you will find mailing lists, web forums, databases
   for bug reports and feature requests, the CVS repository (browsable
   on the web, or read-only accessible via CVS ), and more.

categories: 
  - Library/Utility
  - Library/GUI
license: BSD
owner_id: AndreasKupries
wrapped_content: @PACKAGE_NAME@-@PACKAGE_VERSION@/

Added tklib.spec.







































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# $Id: package_rpm.txt,v 1.1 2009/02/07 05:18:22 andreas_kupries Exp $

%define version 0.6
%define directory /usr

Summary: The standard Tk library
Name: tklib
Version: %{version}
Release: 2
Copyright: BSD
Group: Development/Languages
Source: %{name}-%{version}.tar.bz2
URL: http://core.tcl.tk/tklib/
Packager: Jean-Luc Fontaine <jfontain@free.fr>
BuildArchitectures: noarch
Prefix: /usr
Requires: tcl >= 8.3.1
BuildRequires: tcl >= 8.3.1
Buildroot: /var/tmp/%{name}-%{version}

%description
Tklib, the Tk Standard Library is a collection of Tcl packages
that provide utility functions useful to a large collection of Tk
programmers.
The home web site for this code is http://core.tcl.tk/tklib/.
At this web site, you will find mailing lists, web forums, databases
for bug reports and feature requests, the CVS repository (browsable
on the web, or read-only accessible via CVS ), and more.
Note: also grab source tarball for more documentation, examples, ...

%prep

%setup -q

%install
# compensate for missing manual files:
/usr/bin/tclsh installer.tcl -no-gui -no-wait -no-html -no-examples\
    -pkg-path $RPM_BUILD_ROOT/usr/lib/%{name}-%{version}\
    -nroff-path $RPM_BUILD_ROOT/usr/share/man/mann/
# install HTML documentation to specific modules sub-directories:
# generate list of files in the package (man pages are compressed):
find $RPM_BUILD_ROOT ! -type d |\
    sed -e "s,^$RPM_BUILD_ROOT,,;" -e 's,\.n$,\.n\.gz,;' >\
    %{_builddir}/%{name}-%{version}/files

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{_builddir}/%{name}-%{version}/files
%defattr(-,root,root)
%doc README ChangeLog license.terms

Added tklib.yml.





































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dist_id: tklib
version: 0.6
language: tcl
description: |
   This package is intended to be a collection of Tcl packages that provide
   utility functions useful to a large collection of Tk programmers.

   The home web site for this code is http://core.tcl.tk/tklib/.
   At this web site, you will find mailing lists, web forums, databases
   for bug reports and feature requests, the CVS repository (browsable
   on the web, or read-only accessible via CVS ), and more.

categories: 
  - Library/Utility
  - Library/GUI
license: BSD
owner_id: AndreasKupries
wrapped_content: tklib-0.6/