File: ABOUT.html

package info (click to toggle)
tix 8.4.0-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 7,540 kB
  • ctags: 6,810
  • sloc: ansic: 28,029; tcl: 22,591; python: 7,577; sh: 402; makefile: 323; cs: 253; perl: 128
file content (58 lines) | stat: -rw-r--r-- 1,821 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<HTML>
<HEAD>
<TITLE>About Tix</TITLE>
<!-- $Id: ABOUT.html,v 1.5 2001/12/09 05:23:39 idiscovery Exp $ -->
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000ff" VLINK="#800000" ALINK="#800080">
<FONT FACE="Tahoma, Arial, Helvetica">

<H2>About Tix</H2>

<blockquote>

    Tix, which stands for Tk Interface Extension, is an extension
    library for Tcl/Tk. Tix adds many <a
    href="man/html/TixCmd/TixIntro.htm"> new widgets </a>, <a
    href="man/html/TixCmd/TixIntro.htm"> image types </a> and <a
    href="man/html/TixCmd/TixIntro.htm"> other commands </a> that
    allows you to create compelling Tcl/Tk-based GUI applications. <p>

    The following sample screen shows some widgets provided by Tix,
    such as such as <a href="man/html/TixCmd/tixHList.htm">Hierarchical
    Listbox</a>, <a href="man/html/TixCmd/tixNoteBook.htm">NoteBook </a>
    and <a href="man/html/TixCmd/tixComboBox.htm">ComboBox </a>.


    For a list of all the features in Tix, as well as how to use Tix
    in your applications, see the <a
    href="man/index.html"> Tix Manual Index</a>. <p>

    One advantage of Tix over other Tk widget libraries is many of the
    Tix core widgets are implemented in native code. This enhances
    performance and provides native look-and-feel for your
    applications. <p>


    Tix is open-source software. See <a
    href="license.terms">license.terms</a> for details. <p>

</blockquote>

<h3>Getting more information about Tix</h3>

<blockquote>   

    To contact the Tix Project Group, reach your fellow Tix users,
    submit patches or bug reports, and find a range of other
    information, please visit our web site at <a
    HREF="http://tix.sourceforge.net">http://tix.sourceforge.net</A>.

</blockquote>

<hr>

<a href=index.html>Documentation Index</a><br>

</BODY>
</HTML>