diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-07 20:49:31 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-07 20:49:31 +0000 |
commit | 56d0e89eec7a65cd783aaecd29fefde7b20f7a96 (patch) | |
tree | 79de035a23bbb285c8713b492fa4fa499634f7f8 /x11/wxGTK24 | |
parent | 836f824b7f7339847cc2cb57f6c10401a6122132 (diff) | |
download | pkgsrc-56d0e89eec7a65cd783aaecd29fefde7b20f7a96.tar.gz |
Edited DESCR in the case of:
File too long (should be no more than 24 lines).
Line too long (should be no more than 80 characters).
Trailing empty lines.
Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
Diffstat (limited to 'x11/wxGTK24')
-rw-r--r-- | x11/wxGTK24/DESCR | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/x11/wxGTK24/DESCR b/x11/wxGTK24/DESCR index 9c14979e7d4..3fab9dcf8ec 100644 --- a/x11/wxGTK24/DESCR +++ b/x11/wxGTK24/DESCR @@ -1,25 +1,24 @@ A GTK+-based implementation of the wxWidgets cross-platform GUI library. This package contains the older 2.4 release. -wxWidgets is a set of libraries that allows C++ applications to compile and -run on several different types of computer, with minimal source code changes. -There is one library per supported GUI (such as Windows, GTK+, Motif, and -Mac). As well as providing a common API (Application Programming Interface) -for GUI functionality, it provides functionality for accessing some -commonly-used operating system facilities, from copying and deleting files -to socket and thread support. wxWidgets is a 'framework' in the sense that -it provides a lot of built-in functionality, which the application can use -or replace as required, thus saving a great deal of coding effort. Basic data -structures such as strings, arrays, linked lists and hash tables are also -supported. +wxWidgets is a set of libraries that allows C++ applications to compile and run +on several different types of computer, with minimal source code changes. There +is one library per supported GUI (such as Windows, GTK+, Motif, and Mac). As +well as providing a common API (Application Programming Interface) for GUI +functionality, it provides functionality for accessing some commonly-used +operating system facilities, from copying and deleting files to socket and +thread support. wxWidgets is a 'framework' in the sense that it provides a lot +of built-in functionality, which the application can use or replace as required, +thus saving a great deal of coding effort. Basic data structures such as +strings, arrays, linked lists and hash tables are also supported. Such a toolkit is not unique - there are others to choose from - but wxWidgets -is free, well-established, well-documented, and very broad in its coverage -of GUI functionality. It has some extras that make it stand out from the -crowd, such as the many convenience dialogs, built-in HTML display and -printing, virtual filesystems, easy-to-use OLE automation controller class, -Open GL support, and many other features that make it easier to write modern -and user-friendly applications. +is free, well-established, well-documented, and very broad in its coverage of +GUI functionality. It has some extras that make it stand out from the crowd, +such as the many convenience dialogs, built-in HTML display and printing, +virtual filesystems, easy-to-use OLE automation controller class, Open GL +support, and many other features that make it easier to write modern andx +user-friendly applications. There is also a python interface available, wxPython (see the py-wxWidgets package). |