{
}
+#if wxUSE_IMAGE
wxCursor::wxCursor(const wxImage& image)
{
// image has to be of the standard cursor size, otherwise we won't be able
m_refData = new wxCursorRefData(hcursor, true /* delete it later */);
}
+#endif
wxCursor::wxCursor(const char WXUNUSED(bits)[],
int WXUNUSED(width),
// Cursors by stock number
wxCursor::wxCursor(int idCursor)
{
- // all wxWindows standard cursors
+ // all wxWidgets standard cursors
static const struct StdCursor
{
// is this a standard Windows cursor?