mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
527 B
Plaintext
8 lines
527 B
Plaintext
WMApp is a C++ based library for writing WindowMaker-style dockapps. To write
|
|
a dockapp, it is generally necessary to perform some magic Xlib incantations,
|
|
supply a clipping mask, and set up X event checking. Like larger graphics
|
|
libraries such as GTK+ and Qt, WMApp automates this process by providing the
|
|
classes and functions necessary for widget creation and callbacks. The library
|
|
provides numerous widgets, all with the traditional dockapp appearance. Many
|
|
common dockapps could already be rewritten to use this library.
|