openbsd-ports/x11/wxWidgets/base/pkg/DESCR
todd b25888b419 wxWidgets 2.4.2, C++ cross-platform GUI toolkit
www: http://www.wxwidgets.org/

from Andrew Dalgleish   < openbsd at ajd dot net dot au >
many thanks for much persistence!
2004-07-16 21:01:35 +00:00

13 lines
710 B
Plaintext

wxWidgets gives you a single, easy-to-use API for writing GUI
applications on multiple platforms. Link with the appropriate library
for your platform (Windows/Unix/Mac, others coming shortly) and compiler
(almost any popular C++ compiler), and your application will adopt the
look and feel appropriate to that platform. On top of great GUI
functionality, wxWidgets gives you: online help, network programming,
streams, clipboard and drag and drop, multithreading, image loading and
saving in a variety of popular formats, database support, HTML viewing
and printing, and much much more.
This package contains the 'base' version of the library.
This includes only the utility classes, without any GUI classes.