wok annotate wxWidgets/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
rev   line source
al@18512 1 wxWidgets is a free and open source cross-platform C++ framework for writing
al@18512 2 advanced GUI applications using native controls.
al@18512 3
al@18512 4 wxWidgets allows you to write native-looking GUI applications for all the major
al@18512 5 desktop platforms and also helps with abstracting the differences in the non-GUI
al@18512 6 aspects between them. It is free for the use in both open source and commercial
al@18512 7 applications, comes with the full, easy to read and modify, source and extensive
al@18512 8 documentation and a collection of more than a hundred examples.
al@18512 9
al@18512 10 You can learn more about wxWidgets at <http://www.wxwidgets.org/> and read its
al@18512 11 documentation online at <http://docs.wxwidgets.org/3.0.2/>
al@18512 12
al@18512 13
al@18512 14 Further information
al@18512 15 -------------------
al@18512 16
al@18512 17 If you are looking for support, you can get it from
al@18512 18
al@18512 19 - [wxForum](http://forums.wxwidgets.org/)
al@18512 20 - [wx-users mailing list](http://www.wxwidgets.org/support/maillst2.htm)
al@18512 21 - #wxwidgets IRC channel
al@18512 22 - <http://stackoverflow.com/> if you tag your question with "wxwidgets"
al@18512 23
al@18512 24 Have fun!
al@18512 25
al@18512 26 The wxWidgets Team, October 2014