• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H28-Mar-2020-224122

lib/Tk/H28-Mar-2020-1815

Balloon.pmH A D23-Feb-202020.7 KiB645466

BrowseEntry.pmH A D15-Nov-201313.3 KiB525422

ChangesH A D15-Nov-20131.1 KiB3724

DialogBox.pmH A D15-Nov-20134.5 KiB153125

DirTree.pmH A D20-Oct-20196.5 KiB262193

LabFrame.pmH A D15-Nov-20133.5 KiB139105

Makefile.PLH A D15-Nov-2013148 86

NoteBook.pmH A D20-Oct-201910.3 KiB482395

READMEH A D15-Nov-2013885 3321

Tree.pmH A D15-Nov-20135.9 KiB314243

README

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