Difference between revisions of "Using wxWidgets"
From Code::Blocks
m (Added wx29 link.) |
|||
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)]] | ||
+ | * [[Compiling wxWidgets 2.9.0 to develop Code::Blocks (MSW)]]: Unstable, not for general use. | ||
== Linux (General) == | == Linux (General) == | ||
* [[Cross Compiling wxWidgets Applications on Linux]] | * [[Cross Compiling wxWidgets Applications on Linux]] |
Revision as of 22:39, 6 January 2012
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)
- Compiling wxWidgets 2.9.0 to develop Code::Blocks (MSW): Unstable, not for general use.