Difference between revisions of "Resources"

From WxWiki
Jump to navigation Jump to search
 
(Some wxWindows -> wxWidgets)
Line 5: Line 5:
 
== Reference material ==
 
== Reference material ==
  
The [http://wiki.wxwidgets.org/docs.cgi wxWidgets Documentation Browser] provides a nice frontend for searching though various resources.
+
The [http://wiki.wxwidgets.org/docbrowse.html wxWidgets Documentation Browser] provides a nice frontend for searching though various resources.
  
* The [http://wxwidgets.org/docs.htm 'Documentation'-section of wxwidgets.org] holds much valuable information. Especially the full [http://wxwidgets.org/manuals/2.6.2/wx_contents.html online documentation] is invaluable. (There is also a [http://wiki.wxwidgets.org/docbrowse.cgi wiki version of the online documentation] which has some nice user contributed notes.) The most important sections are:
+
* The [http://wxwidgets.org/docs.htm 'Documentation'-section of wxwidgets.org] holds much valuable information. Especially the full [http://wxwidgets.org/manuals/2.6.2/wx_contents.html online documentation] is invaluable. (There is also a [http://wiki.wxwidgets.org/docbrowse.html wiki version of the online documentation] which has some nice user contributed notes.) The most important sections are:
** The [http://wxwidgets.org/manuals/2.6.2/wx_classref.html#classref Alphabetical class reference] is something most developers will want to have handy at all times while programming with wxWindows.
+
** The [http://wxwidgets.org/manuals/2.6.2/wx_classref.html#classref Alphabetical class reference] is something most developers will want to have handy at all times while programming with wxWidgets.
 
** The same goes for the [http://www.wxwidgets.org/manuals/2.4.2/wx423.htm#functions Functions] and macros page.
 
** The same goes for the [http://www.wxwidgets.org/manuals/2.4.2/wx423.htm#functions Functions] and macros page.
 
** The [http://wxwidgets.org/manuals/2.6.2/wx_overviews.html#overviews Topic overviews] are very good articles on specific features/concepts.
 
** The [http://wxwidgets.org/manuals/2.6.2/wx_overviews.html#overviews Topic overviews] are very good articles on specific features/concepts.

Revision as of 19:00, 29 January 2006

Resources

This page aims to provide an overview what resources (documentation, communication channels, etc) are available to wxWidgets programmers. wxWidgets documentation is rather fragmented, so new users are encouraged to read this document to quickly find their way in the available channels.

Reference material

The wxWidgets Documentation Browser provides a nice frontend for searching though various resources.

Tutorials

Getting Help

  • The GMane [1] group gmane.comp.lib.wxwindows.general is also a (two way) mirror of the wx-users mailing list.
  • The official wxWidgets Discussion Forum.
  • The '#wxwidgets' IRC channel on freenode (http://www.freenode.net/) is usually not very crowded, but the folks are generally well-tempered and helpful. Drop by, share the fun!

Deeper tech docs

In 'docs/tech' directory of the distribution, there is documentation that is only interesting for people who make changes to wxWidgets itself.