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