OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [itcl/] [iwidgets3.0.0/] [unix/] [iwidgets.tcl.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#
2
# iwidgets.tcl
3
# ----------------------------------------------------------------------
4
# Invoked automatically by [incr Tk] upon startup to initialize
5
# the [incr Widgets] package.
6
# ----------------------------------------------------------------------
7
#  AUTHOR: Mark L. Ulferts               EMAIL: mulferts@spd.dsccc.com
8
#
9
#  @(#) $Id: iwidgets.tcl.in,v 1.1.1.1 2002-01-16 10:24:51 markom Exp $
10
# ----------------------------------------------------------------------
11
#                Copyright (c) 1995  Mark L. Ulferts
12
# ======================================================================
13
# See the file "license.terms" for information on usage and
14
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
15
 
16
package require Tcl 8.0
17
package require Tk 8.0
18
package require Itcl %ITCL_VERSION%
19
package require Itk %ITCL_VERSION%
20
 
21
namespace eval ::iwidgets {
22
    namespace export *
23
 
24
    variable library [file dirname [info script]]
25
    variable version %ITCL_VERSION%.%IWIDGETS_VERSION%
26
}
27
 
28
lappend auto_path [file join $iwidgets::library scripts]
29
package provide Iwidgets $iwidgets::version

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.