GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
itkvars(n) [incr Tk] itkvars(n)

See the file man.macros.

itkvars - variables used by [incr Tk]

The following global variables are created and managed automatically by the [incr Tk] library. Except where noted below, these variables should normally be treated as read-only by application-specific code and by users.
itk::library
When an interpreter is created, [incr Tk] initializes this variable to hold the name of a directory containing the system library of [incr Tk] scripts. The initial value of itk::library is set from the ITK_LIBRARY environment variable if it exists, or from a compiled-in value otherwise.

When [incr Tk] is added to an interpreter, it executes the script "init.itk" in this directory. This script, in turn, looks for other script files with the name "init.xxx". Mega-widget libraries will be automatically initialized if they install a script named "init.xxx" in this directory, where "xxx" is the name of the mega-widget library. For example, the [incr Widgets] library installs the script "init.iwidgets" in this directory. This script establishes the "iwidgets" namespace, and sets up autoloading for all [incr Widgets] commands.

itcl, itk, variables
3.0 itk

Search for    or go to Top of page |  Section n |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.