1This is a collection of Tixish widgets as well as a few other
2miscellaneous widgets that I have found useful. They are distributed
3under the same terms as Perl itself. Documentation for each widget
4is embedded as a pod. Here is a brief one line description of each
5one of the widgets:
6
7BrowseEntry -- poor man's ComboBox; provides labeled entry with a button
8               to popup choices.
9
10NoteBook -- Display several pages within limited space using the notebook
11            metaphor.
12
13DialogBox -- Like Dialog but lets you add any widget to the top frame.
14
15Balloon -- Balloon and status bar help message system.
16
17LabFrame -- Labeled frame with "acrosstop" option.
18
19To install:
20
21perl Makefile.PL
22make test
23make install
24
25You'll have to copy the files balArrow.xbm and cbxarrow.xbm to a
26directory where Tk expects to find bitmaps.
27
28Bug reports to rsi@earthling.net.
29
30Enjoy.
31Rajappa
32
33