Difference between revisions of "Resources"

From WxWiki
Jump to navigation Jump to search
(added wxsnippet site info)
Line 5: Line 5:
  
 
* The [http://wiki.wxwidgets.org/docbrowse.html 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://www.wxwidgets.org/docs/ 'Documentation'-section of wxwidgets.org] holds much valuable information. Especially the full [http://wxwidgets.org/manuals/2.6.3/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://www.wxwidgets.org/docs/ 'Documentation'-section of wxwidgets.org] holds much valuable information. Especially the full [http://www.wxwidgets.org/manuals/stable/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.3/wx_classref.html#classref Alphabetical class reference] is something most developers will want to have handy at all times while programming with wxWidgets.
+
** The [http://www.wxwidgets.org/manuals/stable/wx_classref.html 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.wxwindows.org/manuals/2.6.3/wx_functions.html#functions Functions] and macros page.
+
** The same goes for the [http://www.wxwidgets.org/manuals/stable/wx_functionsalphabetically.html#functionsalphabetically Functions and Macros] page.
** The [http://wxwidgets.org/manuals/2.6.3/wx_overviews.html#overviews Topic overviews] are very good articles on specific features/concepts.
+
** The [http://www.wxwidgets.org/manuals/stable/wx_overviews.html#overviews Topic Overviews] are very good articles on specific features/concepts.
 
* You can quickly access these docs from your browser using [[Browser-Shortcuts For The Online Docs]]
 
* You can quickly access these docs from your browser using [[Browser-Shortcuts For The Online Docs]]
 
* This wiki itself provides documentation, tips, gotcha's etc., and plenty of links to relevant sections in the official docs. Don't forget to try a search on the left menu if you're looking for something specific.
 
* This wiki itself provides documentation, tips, gotcha's etc., and plenty of links to relevant sections in the official docs. Don't forget to try a search on the left menu if you're looking for something specific.
 
* [[How To Become A WxWidgets Expert]] - Recommended reading, tips, and roadmaps to becoming an expert.
 
* [[How To Become A WxWidgets Expert]] - Recommended reading, tips, and roadmaps to becoming an expert.
 
* In the 'docs/tech' directory of the distribution, there is documentation for developers working on wxWidgets itself.
 
* In the 'docs/tech' directory of the distribution, there is documentation for developers working on wxWidgets itself.
 
  
 
== Tutorials ==
 
== Tutorials ==

Revision as of 00:13, 28 April 2007

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

Tutorials


Getting Help

Other Resources

  • Graphics - Graphics to use in your programs.