Difference between revisions of "Guides & Tutorials"

From WxWiki
Jump to navigation Jump to search
Line 155: Line 155:
 
* [http://www.wxwidgets.org/technote/install.htm Obtaining the path of the application] - Not the current working directory, scroll down to 'Tips for finding the application path'.
 
* [http://www.wxwidgets.org/technote/install.htm Obtaining the path of the application] - Not the current working directory, scroll down to 'Tips for finding the application path'.
 
* [http://www.willnichols.me.uk/progs/wxdocview Doc & View in wxWidgets] - contains a tutorial on document / view architecture.
 
* [http://www.willnichols.me.uk/progs/wxdocview Doc & View in wxWidgets] - contains a tutorial on document / view architecture.
 +
* [http://www.willnichols.me.uk/progs/wxsizer Sizers in wxWidgets] - contains a guide to sizers.
 
* [http://programphases.com/?page_id=971 Program Phase 1-16] - implements [http://programphases.com/?page_id=6 Program Phase Task 1] using C++ and wxWidgets on the Linux and Windows platforms.
 
* [http://programphases.com/?page_id=971 Program Phase 1-16] - implements [http://programphases.com/?page_id=6 Program Phase Task 1] using C++ and wxWidgets on the Linux and Windows platforms.
  

Revision as of 08:28, 6 November 2009

Getting Started

Main article: Getting Started with wxWidgets

People who are completely new to wxWidgets would normally follow the steps illustrated below. See the main article for more details.

WxGettingStartedRoadmap.png

Installing wxWidgets and Setting up Your IDE

For an overview of IDEs that have been reported to work with wxWidgets, see the list of IDEs.

Your main guide for compiling wxWidgets should be the installation instructions : Look in <code-base-dir>/docs/.

This section needs a lot of cleanup and reorganization. If there's anyone that can merge same IDE/Compiler version guides (there's duplicates of a few) if you work on that platform/version, any help would be appreciated.

Windows

Mac OS

Installing wxMac :

Using wxMac :

Linux

Installing wxWidgets :

Using wx from your favorite IDE :

A binary package for all distributions :

Cross-compilation :

Other

Emacs

The following guides involve multiple platforms or compilers, they need to be split up and merged into one of the above guides.

wxWidget Design Patterns

Miscellaneous Guides

wxWiki Guides

DCs (Drawing, rendering, printing)

Text, languages, strings

Libraries

Resources and images

Executables, binaries, installers and distribution

Internet and networking

Documentation

Events, threads, flow

Uncategorized

External Guides

Tutorials