Difference between revisions of "WxWidgets"

From ProgrammingExamples
Jump to: navigation, search
(Created page with ' A C++ based toolkit that is primarily used to create nice graphics and GUIs. From their [http://www.wxwidgets.org/ Home Page]: <blockquote style="background-color: lightgrey; bo…')
 
 
Line 1: Line 1:
 
 
A C++ based toolkit that is primarily used to create nice graphics and GUIs. From their [http://www.wxwidgets.org/ Home Page]:
 
A C++ based toolkit that is primarily used to create nice graphics and GUIs. From their [http://www.wxwidgets.org/ Home Page]:
 
<blockquote style="background-color: lightgrey; border: solid thin grey; padding:5px;">
 
<blockquote style="background-color: lightgrey; border: solid thin grey; padding:5px;">
Line 8: Line 7:
 
One thing that this summary didn't mention is that there are more than GUI classes. There are classes that help with networking as well as many other whistles and bells. If you feel you need help there is a [http://forums.wxwidgets.org/ forum]. You can also buy the book at [http://www.amazon.com/gp/product/0131473816 Amazon] or [http://www.amazon.co.uk/gp/product/0131473816 Amazon.uk]. For more documentation, examples, tutorials, visit [http://wiki.wxwidgets.org/Main_Page Wiki Page]
 
One thing that this summary didn't mention is that there are more than GUI classes. There are classes that help with networking as well as many other whistles and bells. If you feel you need help there is a [http://forums.wxwidgets.org/ forum]. You can also buy the book at [http://www.amazon.com/gp/product/0131473816 Amazon] or [http://www.amazon.co.uk/gp/product/0131473816 Amazon.uk]. For more documentation, examples, tutorials, visit [http://wiki.wxwidgets.org/Main_Page Wiki Page]
  
If you have any questions, you can direct them to [http://forum.wxwidgets.org wxForum].
+
* [[CPP/WxWidgets/Basic|Basic Wx Setup]]
 
+
Stefano<br />
+
 
+
--[[User:Evstevemd|Evstevemd]] 16:47, 25 June 2010 (UTC)
+

Latest revision as of 19:48, 12 April 2011

A C++ based toolkit that is primarily used to create nice graphics and GUIs. From their Home Page:

wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+.It has popular language bindings for Python, Perl, Ruby and many other languages. Unlike other cross-platform toolkits, wxWidgets gives its applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature. Why not give it a try?

One thing that this summary didn't mention is that there are more than GUI classes. There are classes that help with networking as well as many other whistles and bells. If you feel you need help there is a forum. You can also buy the book at Amazon or Amazon.uk. For more documentation, examples, tutorials, visit Wiki Page