document wxPolygonFillMode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-02-25 13:12:09 +00:00
parent e399549343
commit 808f5a3aac

View File

@ -48,6 +48,15 @@ enum wxBitmapType
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.
*/ */
@ -814,7 +823,7 @@ wxSize wxDefaultSize;
@header{wx/gdicmn.h} @header{wx/gdicmn.h}
*/ */
wxICON(); #define wxICON(iconName)
/** /**
Returns @true if the display is colour, @false otherwise. Returns @true if the display is colour, @false otherwise.