diff options
author | nectar <nectar@FreeBSD.org> | 2000-05-20 22:23:18 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-05-20 22:23:18 +0800 |
commit | bc7f702d82d3a68d6274b550cb20e3d58b22ef3d (patch) | |
tree | e2afe717888f0cb5ec7768a85a321e57db9e6cf7 /x11-toolkits/py-wxPython24 | |
parent | 3ab03e8b0c006a85f0fb4d969b52d95a13f78f02 (diff) | |
download | freebsd-ports-gnome-bc7f702d82d3a68d6274b550cb20e3d58b22ef3d.tar.gz freebsd-ports-gnome-bc7f702d82d3a68d6274b550cb20e3d58b22ef3d.tar.zst freebsd-ports-gnome-bc7f702d82d3a68d6274b550cb20e3d58b22ef3d.zip |
Update description and WWW:
Diffstat (limited to 'x11-toolkits/py-wxPython24')
-rw-r--r-- | x11-toolkits/py-wxPython24/pkg-descr | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11-toolkits/py-wxPython24/pkg-descr b/x11-toolkits/py-wxPython24/pkg-descr index df25c9f103e5..7b577eb6349f 100644 --- a/x11-toolkits/py-wxPython24/pkg-descr +++ b/x11-toolkits/py-wxPython24/pkg-descr @@ -1,10 +1,12 @@ From the home page: - wxPython is a Python extension module that encapsulates the wxWindows - GUI classes. Currently it is only available for the Win32 and GTK - ports of wxWindows, but as soon as the other ports are brought up to - the same level as Win32 and GTK, it should be fairly trivial to enable - wxPython to be used with the new GUI. + wxPython is a GUI toolkit for the Python programming language. It allows + Python programmers to create programs with a robust, highly functional + graphical user interface, simply and easily. It is implemented as a Python + extension module (native code) that wraps the popular wxWindows cross- + platform GUI library, which is written in C++. -WWW: http://alldunn.com/wxPython/ + wxPython is a cross-platform toolkit. This means that the same program + will run on multiple platforms without modification. Currently supported + platforms are Microsoft Windows, and most Unix or unix-like systems. -Jacques Vidrine <nectar@FreeBSD.ORG> +WWW: http://www.wxpython.org/ |