]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/image.cpp
Add test for a custom cursor to the image sample.
[wxWidgets.git] / samples / image / image.cpp
index d265524368e646686e575620226f8b8f86448c4b..826cad76863e1ec2f9361d9dc9261ae07c9dd546 100644 (file)
@@ -678,6 +678,7 @@ MyFrame::MyFrame()
 
     // 500 width * 2750 height
     m_canvas->SetScrollbars( 10, 10, 50, 275 );
+    m_canvas->SetCursor(wxImage("cursor.png"));
 }
 
 void MyFrame::OnQuit( wxCommandEvent &WXUNUSED(event) )