TixIntro man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



     TixIntro(n)		 Tix (4.0)		   TixIntro(n)

     _________________________________________________________________

     NAME
	  TixIntro - Introduction to the Tix widget set
     _________________________________________________________________

     DESCRIPTION
	  Tix is a set of  mega	 widgets  based	 on  the  standard  Tk
	  widgets.  If	you  are  planning  only  to  use Tix with the
	  standard Tk widget set, you can use the  program  tixwish(1)
	  to interpret your TCL scripts.

	  To use Tix with other TCL extension packages,	 you  have  to
	  call the function Tix_Init() in your Tcl_AppInit() function.
	  Here is an example:

	  int Tcl_AppInit(interp)
	      Tcl_Interp *interp;
	  {
	      Tk_Window main;

	      main = Tk_MainWindow(interp);

	      if (Tcl_Init(interp) == TCL_ERROR) {
	       return TCL_ERROR;
	      }
	      if (Tk_Init(interp) == TCL_ERROR) {
	       return TCL_ERROR;
	      }

	      if (Tix_Init(interp) == TCL_ERROR) {
	       return TCL_ERROR;
	      }
	      /*
	       * Call the init procedures for included packages.
	       * Each call should look like this:
	       *
	       * if (Mod_Init(interp) == TCL_ERROR) {
	       *     return TCL_ERROR;
	       * }
	       *
	       * where "Mod" is the name of the module.
	       */
	  }

     Files
	  The release notes of this version of Tix is in the HTML file
	  Tix4.0/README.html.  Plain  text version of this file can be
	  found as Tix4.0/README.txt. Latest information about Tix can
	  also be located on line at <URL:http://www.xpi.com/tix/>

     KEYWORDS

     Page 1					    (printed 12/22/98)

     TixIntro(n)		 Tix (4.0)		   TixIntro(n)

	  Tix(n), compound widgets, Tix Intrinsics

     Page 2					    (printed 12/22/98)

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net