document wxPolygonFillMode
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 25 Feb 2009 13:12:09 +0000 (13:12 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 25 Feb 2009 13:12:09 +0000 (13:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/gdicmn.h

index fb5089f7145a6eb8d79b84bcf89f2f9c597d6da4..0475c1d194a921b10176fad658feefc472eed817 100644 (file)
@@ -48,6 +48,15 @@ enum wxBitmapType
     wxBITMAP_TYPE_ANY = 50
 };
 
+/**
+    Polygon filling mode. See wxDC::DrawPolygon.
+*/
+enum wxPolygonFillMode
+{
+    wxODDEVEN_RULE = 1,
+    wxWINDING_RULE
+};
+
 /**
     Standard cursors. See wxCursor.
 */
@@ -814,7 +823,7 @@ wxSize wxDefaultSize;
 
     @header{wx/gdicmn.h}
 */
-wxICON();
+#define wxICON(iconName)
 
 /**
     Returns @true if the display is colour, @false otherwise.