Difference between revisions of "Using wxWidgets"
From Code::Blocks
Line 7: | Line 7: | ||
* [[Compiling wxWidgets 2.8.6 to develop Code::Blocks (MSW)]] | * [[Compiling wxWidgets 2.8.6 to develop Code::Blocks (MSW)]] | ||
* [[Compiling wxWidgets 3.0.0 to develop Code::Blocks (MSW)]] | * [[Compiling wxWidgets 3.0.0 to develop Code::Blocks (MSW)]] | ||
+ | * [[Using wxWidgets (MSW) 3.0 Binary with Code::Blocks Scripted Wizard]] | ||
== Linux (General) == | == Linux (General) == | ||
* [[Cross Compiling wxWidgets Applications on Linux]] | * [[Cross Compiling wxWidgets Applications on Linux]] |
Revision as of 16:33, 19 January 2015
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 3.0.0 to develop Code::Blocks (MSW)
- Using wxWidgets (MSW) 3.0 Binary with Code::Blocks Scripted Wizard