Eskil

Check-in [76569fcd88]
Login

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

Overview
Comment:Removed dependency on external pdf4tcl.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 76569fcd88a11a22e86a22af909298fc1f09f90f
User & Date: peter 2007-02-17 04:26:36.000
Context
2007-02-17
04:28
First working pdf print. check-in: 1d6b23a0da user: peter tags: trunk
04:26
Removed dependency on external pdf4tcl. check-in: 76569fcd88 user: peter tags: trunk
2007-01-30
10:13
Consider dirs equal, thus not showing up in only diffs. Check dirdiff filters for listness. check-in: 052b55abac user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/printobj.tcl.
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
#  Boston, MA 02111-1307, USA.
#
#----------------------------------------------------------------------
# $Revision$
#----------------------------------------------------------------------

set ::auto_path [concat /home/spjutp/tools/pdf4tcl/pdf4tcl $::auto_path]
package require pdf4tcl
package require snit

snit::type eskilprint {
    component pdf
    delegate method * to pdf








<







18
19
20
21
22
23
24

25
26
27
28
29
30
31
#  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
#  Boston, MA 02111-1307, USA.
#
#----------------------------------------------------------------------
# $Revision$
#----------------------------------------------------------------------


package require pdf4tcl
package require snit

snit::type eskilprint {
    component pdf
    delegate method * to pdf