wok
annotate wxWidgets28/description.txt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author |
Hans-G?nter Theisgen |
date |
Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents |
|
children |
|
rev |
line source |
al@18521
|
1 wxWidgets is a free and open source cross-platform C++ framework for writing
|
al@18521
|
2 advanced GUI applications using native controls.
|
al@18521
|
3
|
al@18521
|
4 wxWidgets allows you to write native-looking GUI applications for all the major
|
al@18521
|
5 desktop platforms and also helps with abstracting the differences in the non-GUI
|
al@18521
|
6 aspects between them. It is free for the use in both open source and commercial
|
al@18521
|
7 applications, comes with the full, easy to read and modify, source and extensive
|
al@18521
|
8 documentation and a collection of more than a hundred examples.
|
al@18521
|
9
|
al@18521
|
10 You can learn more about wxWidgets at <http://www.wxwidgets.org/> and read its
|
al@18521
|
11 documentation online at <http://docs.wxwidgets.org/3.0.2/>
|
al@18521
|
12
|
al@18521
|
13
|
al@18521
|
14 Further information
|
al@18521
|
15 -------------------
|
al@18521
|
16
|
al@18521
|
17 If you are looking for support, you can get it from
|
al@18521
|
18
|
al@18521
|
19 - [wxForum](http://forums.wxwidgets.org/)
|
al@18521
|
20 - [wx-users mailing list](http://www.wxwidgets.org/support/maillst2.htm)
|
al@18521
|
21 - #wxwidgets IRC channel
|
al@18521
|
22 - <http://stackoverflow.com/> if you tag your question with "wxwidgets"
|
al@18521
|
23
|
al@18521
|
24 Have fun!
|
al@18521
|
25
|
al@18521
|
26 The wxWidgets Team, October 2014
|