#include "canvas.h"
+#ifndef __WXMSW__
+ #include "../sample.xpm"
+#endif
// ============================================================================
// declarations
: wxFrame( (wxFrame *)NULL, wxID_ANY, _T("wxImage sample"),
wxPoint(20, 20), wxSize(950, 700) )
{
+ SetIcon(wxICON(sample));
+
wxMenuBar *menu_bar = new wxMenuBar();
wxMenu *menuImage = new wxMenu;