diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-27 03:33:20 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-27 03:33:20 +0800 |
commit | ed6a4db22ea5f62964b9493c98399f2c841b1163 (patch) | |
tree | a606468dc5fffd9ab355f9463e64c1afd05b9bf1 /x11-toolkits/wxgtk/pkg-descr | |
parent | 44e8898a7a8187b5c9cfad047da4a9a2ddf79ad3 (diff) | |
download | freebsd-ports-gnome-ed6a4db22ea5f62964b9493c98399f2c841b1163.tar.gz freebsd-ports-gnome-ed6a4db22ea5f62964b9493c98399f2c841b1163.tar.zst freebsd-ports-gnome-ed6a4db22ea5f62964b9493c98399f2c841b1163.zip |
wxWindows (wxGTK). A cross-platform C++ GUI toolkit.
PR: 12298
Submitted by: Alexander Langer <alex@cichlids.com>
Diffstat (limited to 'x11-toolkits/wxgtk/pkg-descr')
-rw-r--r-- | x11-toolkits/wxgtk/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk/pkg-descr b/x11-toolkits/wxgtk/pkg-descr new file mode 100644 index 000000000000..6a0c699da86c --- /dev/null +++ b/x11-toolkits/wxgtk/pkg-descr @@ -0,0 +1,21 @@ +wxWindows is a C++ cross-platform GUI toolkit which +was started as a one man project by Julian Smart. +More information about wxWindows can be found at [1]. +Currently, work is being done on these ports of wxWindows 2.X: + Windows (wxMSW, finished) + Unix, GTK+ (wxGTK, finished) + Unix, Motif (wxMotif, finished) + Macintosh (wxMac, advanced and preview available) + OS/2 (wxOS2, just started) + BeOS (wxBeOS, just started) + SciTech's MGL library (wxMGL, started a few months ago) +This is the current stable (2.0.1) version of the GTK port [2]. +There is also a CVS-Version, but it is beta. +Take a look into the samples/ directory of the working directory. +It's very helpful. + +- Alexander Langer +<alex@cichlids.com> + +WWW:http://www.freiburg.linux.de/~wxxt/ +And also see: http://web.ukonline.co.uk/julian.smart/wxwin/ |