wok-6.x diff wxWidgets/description.txt @ rev 20145
Rollback Timidity++
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Nov 12 09:57:44 2017 +0000 (2017-11-12) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/wxWidgets/description.txt Sun Nov 12 09:57:44 2017 +0000 1.3 @@ -0,0 +1,26 @@ 1.4 +wxWidgets is a free and open source cross-platform C++ framework for writing 1.5 +advanced GUI applications using native controls. 1.6 + 1.7 +wxWidgets allows you to write native-looking GUI applications for all the major 1.8 +desktop platforms and also helps with abstracting the differences in the non-GUI 1.9 +aspects between them. It is free for the use in both open source and commercial 1.10 +applications, comes with the full, easy to read and modify, source and extensive 1.11 +documentation and a collection of more than a hundred examples. 1.12 + 1.13 +You can learn more about wxWidgets at <http://www.wxwidgets.org/> and read its 1.14 +documentation online at <http://docs.wxwidgets.org/3.0.2/> 1.15 + 1.16 + 1.17 +Further information 1.18 +------------------- 1.19 + 1.20 +If you are looking for support, you can get it from 1.21 + 1.22 + - [wxForum](http://forums.wxwidgets.org/) 1.23 + - [wx-users mailing list](http://www.wxwidgets.org/support/maillst2.htm) 1.24 + - #wxwidgets IRC channel 1.25 + - <http://stackoverflow.com/> if you tag your question with "wxwidgets" 1.26 + 1.27 +Have fun! 1.28 + 1.29 +The wxWidgets Team, October 2014