Click here to Skip to main content
15,881,803 members
Articles / Artificial Intelligence

Introduction to wxWidgets

Rate me:
Please Sign up or sign in to vote.
4.55/5 (120 votes)
25 Dec 2005GPL321 min read 1.6M   7.2K   330  
A beginner's tutorial on wxWidgets for cross platform GUI development.
#include "wx/msw/wx.rc"

/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//

IDB_BITMAP_EYE          BITMAP                  "res\\eye.bmp"

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON_APP               ICON                    "res\\eyecare.ico"
IDI_ICON_TEARS             ICON                    "res\\tears.ico"

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions