Tk Library Source Code

Artifact [05491d7578]
Login

Artifact 05491d757899468f835a10aae282606c9e26f050:

Attachment "struct.tcl" to ticket [553980ffff] added by ericm 2002-05-09 10:02:36.
package provide struct 1.0
source [file join [file dirname [info script]] stack.tcl]
source [file join [file dirname [info script]] queue.tcl]
source [file join [file dirname [info script]] tree.tcl]
source [file join [file dirname [info script]] skiplist.tcl]
namespace eval struct {
	namespace export *
	namespace import stack::*
	namespace import queue::*
	namespace import tree::*
	namespace import skiplist::*
}