1 |
578 |
markom |
<Center><H1>About the Tix Programming Library</H1></Center>
|
2 |
|
|
<TITLE>About the Tix Programming Library</TITLE>
|
3 |
|
|
|
4 |
|
|
The Tix library is an extension to the Tk toolkit that contains
|
5 |
|
|
over 40 new widgets for Tk. Features include:
|
6 |
|
|
|
7 |
|
|
<DL>
|
8 |
|
|
<DT><b>A LOT of new widgets:</b>
|
9 |
|
|
<DD>
|
10 |
|
|
|
11 |
|
|
The Tix library has by far the greatest collection of
|
12 |
|
|
widgets for programming with Tcl/Tk. Highlights include:
|
13 |
|
|
Hierarchical Listbox, Directory List/Tree View, SpreadSheet,
|
14 |
|
|
Tabular Listbox, ComboBox, Motif style FileSelectBox, MS
|
15 |
|
|
Windows style FileSelectBox, PanedWindow, NoteBook, Spin
|
16 |
|
|
Control widget .... and many more. With these new widgets,
|
17 |
|
|
your applications will look great and interact with your
|
18 |
|
|
users in intuitive ways.
|
19 |
|
|
|
20 |
|
|
<DT><b>Rapid Prototyping New Widgets:</b>
|
21 |
|
|
<DD>
|
22 |
|
|
|
23 |
|
|
Tix comes with a complete Object-Oriented framework for
|
24 |
|
|
building new customed widgets using TCL exclusively. It
|
25 |
|
|
typically reduces the efforts of developing a new widget by
|
26 |
|
|
a factor of ten or more.<p>
|
27 |
|
|
|
28 |
|
|
<DT> <b>XPM image suport:</b>
|
29 |
|
|
<DD>
|
30 |
|
|
|
31 |
|
|
This allows you to display color icons in XPM
|
32 |
|
|
format. Supports transparent background. <p>
|
33 |
|
|
|
34 |
|
|
<DT><b>Compound images:</b>
|
35 |
|
|
<DD>
|
36 |
|
|
|
37 |
|
|
A new image type called "compound" allows youto glue
|
38 |
|
|
together a bunch of bitmaps, images and text strings
|
39 |
|
|
together to form a bigger image. Then you can use this image
|
40 |
|
|
with widgets that support the -image option. For example,
|
41 |
|
|
you can display a text string string together with a bitmap,
|
42 |
|
|
at the same time, inside a TK button widget.<p>
|
43 |
|
|
|
44 |
|
|
<DT><b> Display Items and Display Styles:</b>
|
45 |
|
|
<DD>
|
46 |
|
|
|
47 |
|
|
Display items and display styles make it possible to display
|
48 |
|
|
visual information in many formats.<p>
|
49 |
|
|
|
50 |
|
|
<DT><b>Form geometry manager:</b>
|
51 |
|
|
<DD>
|
52 |
|
|
|
53 |
|
|
Works similarly to the Motif Form widget. You can specify
|
54 |
|
|
geometry constraints using attachment rules. <p>
|
55 |
|
|
|
56 |
|
|
<DT><b> Mwm window mamager support:</b>
|
57 |
|
|
<DD>
|
58 |
|
|
|
59 |
|
|
With the <code>tixMwm</code> command, you can communicate
|
60 |
|
|
with the Motif window manager "mwm"; you can add new items
|
61 |
|
|
to the Motif system menu and change the window manager
|
62 |
|
|
decorations.<p>
|
63 |
|
|
|
64 |
|
|
|
65 |
|
|
</DL>
|
66 |
|
|
|
67 |
|
|
<hr>
|
68 |
|
|
|
69 |
|
|
<h3>Getting more information about Tix</h3>
|
70 |
|
|
|
71 |
|
|
<DL>
|
72 |
|
|
<DT><b>Tix Home Page:</b>
|
73 |
|
|
<DD>
|
74 |
|
|
|
75 |
|
|
The Tix Home Page at <a href= "http://www.xpi.com/tix/">
|
76 |
|
|
http://www.xpi.com/tix/</a> provides more detailed and
|
77 |
|
|
up-to-date information about Tix.<p>
|
78 |
|
|
|
79 |
|
|
<DT><b>The Tix Mailing List</b>
|
80 |
|
|
<DD>
|
81 |
|
|
|
82 |
|
|
There is a mailing list for the discussion of the
|
83 |
|
|
development of both the Tix library and Tix-based
|
84 |
|
|
applications. To subscribe, send me a mail to <a
|
85 |
|
|
href="mailto:majordomo@xpi.com">majordomo@xpi.com </a> with
|
86 |
|
|
the line "<code>subscribe tix-info [your_address]</code>" in
|
87 |
|
|
the body of the mail.
|
88 |
|
|
|
89 |
|
|
To send a message to the Tix mailing list, please use the
|
90 |
|
|
address <a href="mailto:tix-info@xpi.com">
|
91 |
|
|
tix-info@xpi.com</a>. <p>
|
92 |
|
|
|
93 |
|
|
The Tix mailing list has been archived. You can find useful
|
94 |
|
|
information at the Tix mailing list archives at: <a href=
|
95 |
|
|
"http://www.xpi.com/archives/archives.html">
|
96 |
|
|
http://www.xpi.com/archives/archives.html</a>.<p>
|
97 |
|
|
</DL>
|
98 |
|
|
|
99 |
|
|
<h3>Getting Techical Support for Tix</h3>
|
100 |
|
|
|
101 |
|
|
If you have a question about using the Tix library, feel free to
|
102 |
|
|
contact the Tix support team at the address <a
|
103 |
|
|
href="tix-support@xpi.com">tix-support@xpi.com</a>. Please notice
|
104 |
|
|
that this support service is currently provided only on a good-will
|
105 |
|
|
basis with no implied obligations or guaranty. <p>
|
106 |
|
|
|
107 |
|
|
<h3>Bug Reports</h3>
|
108 |
|
|
|
109 |
|
|
Tix is a large product and as such will certainly contain bugs. If
|
110 |
|
|
you have encountered a bug while using Tix, please send a bug
|
111 |
|
|
report to the address <a href="tix-bugs@xpi.com"> tix-bugs@xpi.com
|
112 |
|
|
</a>. We'll appreciate it if you can send along a small,
|
113 |
|
|
self-contained program that demonstrates the behavior of the
|
114 |
|
|
bug.<p>
|
115 |
|
|
|
116 |
|
|
|
117 |
|
|
<!Serial 851750010>
|
118 |
|
|
<hr><i>Last modified Fri Jan 17 22:49:53 EST 1997 </i> ---
|
119 |
|
|
<i>Serial 853731291</i>
|