Difference between revisions of "Using wxWidgets"
From Code::Blocks
(Created) |
(Changed link to 2.8.12 page instead of old 2.8.6) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
== Windows == | == Windows == | ||
* [[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. | + | * [[Compiling wxWidgets (MSW) 2.8.12 on Windows using makefile.gcc]] |
+ | * [[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]] |
Latest revision as of 01:07, 14 December 2016
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 (MSW) 2.8.12 on Windows using makefile.gcc
- Compiling wxWidgets 3.0.0 to develop Code::Blocks (MSW)
- Using wxWidgets (MSW) 3.0 Binary with Code::Blocks Scripted Wizard