Itk - the [incr Tk] extension

Check-in [bcd4e565ae]
Login

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

Overview
Comment:Remove Mac OS 9 support.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bcd4e565ae86c075625432b2880e1dd99656fc3ba3c1ea929e6c5c10673af459
User & Date: dgp 2018-06-14 12:44:06.649
Original Comment: Remove Max OS 9 support.
Context
2018-06-18
15:42
Update to latest TEA. Improve tests/all.tcl.

This file used to be https://core.tcl.tk/itk/finfo?name=configure.in check-in: 88cc176780 user: stu tags: trunk

2018-06-14
12:44
Remove Mac OS 9 support. check-in: bcd4e565ae user: dgp tags: trunk
2018-06-13
19:12
Stop using obsolete [source -rsrc]. check-in: d40921fe23 user: stu tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to library/itk.tcl.
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# See the file "license.terms" for information on usage and
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

package require -exact Itk 4.1.0
#
# Provide transparent access to all [incr Tk] commands
#
if {$tcl_platform(os) == "MacOS"} {
    source -rsrc itk:tclIndex
} else {
    lappend auto_path ${itk::library}
}

# ----------------------------------------------------------------------
#  USAGE:  itk::remove_destroy_hook <widget>
#
#  Used internally via "itk_component delete" when disconnecting a
#  component <widget> from the mega-widget that contains it.
#  Each component has a special binding for the <Destroy> event







<
<
<
|
<







14
15
16
17
18
19
20



21

22
23
24
25
26
27
28
# See the file "license.terms" for information on usage and
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

package require -exact Itk 4.1.0
#
# Provide transparent access to all [incr Tk] commands
#



lappend auto_path ${itk::library}


# ----------------------------------------------------------------------
#  USAGE:  itk::remove_destroy_hook <widget>
#
#  Used internally via "itk_component delete" when disconnecting a
#  component <widget> from the mega-widget that contains it.
#  Each component has a special binding for the <Destroy> event