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