Difference between revisions of "Using wxWidgets"
From Code::Blocks
Line 6: | Line 6: | ||
* [[WxWindowsQuickRef]]: A beginner's quick reference for setting up wxWidgets with Code::Blocks in Windows | * [[WxWindowsQuickRef]]: A beginner's quick reference for setting up wxWidgets with Code::Blocks in Windows | ||
* [[Compiling wxWidgets 2.8.6 to develop Code::Blocks (MSW)]] | * [[Compiling wxWidgets 2.8.6 to develop Code::Blocks (MSW)]] | ||
− | |||
== Linux (General) == | == Linux (General) == | ||
* [[Cross Compiling wxWidgets Applications on Linux]] | * [[Cross Compiling wxWidgets Applications on Linux]] |
Revision as of 01:45, 26 October 2009
wxWidgets is a cross-platform toolkit that helps developers create programs with native GUI controls. For more information about wxWidgets, see wxwidgets.org.
Windows
- WxWindowsQuickRef: A beginner's quick reference for setting up wxWidgets with Code::Blocks in Windows
- Compiling wxWidgets 2.8.6 to develop Code::Blocks (MSW)