1 // Initialization code for Tix
 
   7 extern int Tix_Init(Tcl_Interp *);
 
  16 This module initializes the Tix extension.  This is usually done in
 
  17 combination with the wish.i or similar module.  For example :
 
  19       %include wish.i        // Build a new wish executable
 
  20       %include tix.i         // Initialize Tix
 
  25         if (Tix_Init(interp) == TCL_ERROR) {