Sep
21
2006
21
2006
Tutorial: How to write cross-platform GUIs using wxWidgets
Under Tips & Tricks By chandu

Windows and X widgets (wxWidgets) is an open source, cross-platform widget toolkit; that is, a library of basic elements for building a graphical user interface (GUI)
wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. It can be used from languages such as C++, Python, Perl, and C#/.NET. Unlike other cross-platform toolkits, wxWidgets applications look and feel native. This is because wxWidgets uses the platform’s own native controls rather than emulating them. It’s also extensive, free, open-source, and mature.
[More in below Article...]
Tutorial: How to write cross-platform GUIs using wxWidgets
Originally from nixCraft by
