Skip to content

Commit bb781f6

Browse files
Maciej Sobczakj6t
authored andcommitted
Imported from cpptk-1.0.2.tar.gz.
0 parents  commit bb781f6

21 files changed

+10590
-0
lines changed

CREDITS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
I would like to thank you very much for your contributions:
2+
3+
---
4+
Chris Frey provided a patch for the double-error problem in the Tk commands.
5+
His patch was used in the 1.0.2 release.

README

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
C++/Tk - a complete C++ interface to the Tk GUI toolkit.
2+
3+
Copyright (C) 2004-2006, Maciej Sobczak
4+
5+
---
6+
7+
You should see the following directories here:
8+
9+
- base - contains common files for Tk and all extensions
10+
- doc - contains a short documentation for the library
11+
- test - tests used for development - use them for regression testing
12+
if you want to modify the library
13+
- examples - some simple examples to show C++/Tk basics
14+
15+
The C++/Tk itself consists of these files:
16+
- cpptk.h - to be included in your own files
17+
- cpptk.cc - to be compiled and linked with your code
18+
- cpptkconstants.x - not compilable
19+
- cpptkoptions.x - not compilable
20+
- base/cpptkbase.h - included automatically by Tk and all extensions
21+
- base/cpptkbase.cc - to be compiled and linked with your code
22+
23+
(you may also wish to make your own archive or shared library from
24+
the *.cc files listed above)
25+
26+
In order to compile the tests and the examples you may need to change the
27+
compiler options to fit your particular environment (different paths to the
28+
Tcl and Tk headers and libs, another compiler, etc.)
29+
30+
Please see doc.html for instructions how to compile your own programs.
31+
The Makefile in the examples directory can help, too.
32+
33+
The library was written under Unix, but works pretty well on MS Windows and
34+
may also work on Macs.
35+
36+
Anyway - have fun! :-)

0 commit comments

Comments
 (0)