git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59131
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxBITMAP_TYPE_ANY = 50
};
wxBITMAP_TYPE_ANY = 50
};
+/**
+ Polygon filling mode. See wxDC::DrawPolygon.
+*/
+enum wxPolygonFillMode
+{
+ wxODDEVEN_RULE = 1,
+ wxWINDING_RULE
+};
+
/**
Standard cursors. See wxCursor.
*/
/**
Standard cursors. See wxCursor.
*/
+#define wxICON(iconName)
/**
Returns @true if the display is colour, @false otherwise.
/**
Returns @true if the display is colour, @false otherwise.