document wxPolygonFillMode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e399549343
commit
808f5a3aac
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user