1 // Initialization code for BLT
 
   6 extern int Blt_Init(Tcl_Interp *);
 
  15 This module initializes the BLT package.  This is usually done in
 
  16 combination with the wish.i or similar module.  For example :
 
  18       %include wish.i        // Build a new wish executable
 
  19       %include blt.i         // Initialize BLT
 
  24         if (Blt_Init(interp) == TCL_ERROR) {