freebsd-ports/x11-toolkits/xclasses/pkg-descr
Trevor Johnson 7dae1c683f Remove my e-mail address from DESCR files of ports
I have contributed, in order to attract less spam.
2003-11-13 10:21:08 +00:00

13 lines
411 B
Text

from the README:
Xclasses is a C++ layout library for the X Window System. The
sizes of all objects (gadgets) change with the size of the font
and the size of the window.
All gadgets have the same base class (class gadget) so they are
all used the same way. Gadgets are put together in groups which
manage the sizes of the gadgets (or groups) inside.
WWW: http://www.js-home.org/Xclasses/
Trevor Johnson