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.
+
* [[Compiling wxWidgets 3.0.0 to develop Code::Blocks (MSW)]]
  
 
== Linux (General) ==
 
== Linux (General) ==
 
* [[Cross Compiling wxWidgets Applications on Linux]]
 
* [[Cross Compiling wxWidgets Applications on Linux]]

Revision as of 23:13, 18 January 2014


wxWidgets is a cross-platform toolkit that helps developers create programs with native GUI controls. For more information about wxWidgets, see wxwidgets.org.

Windows

Linux (General)