moved duplicated wxRegionContain definitions to wx/region.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2006-08-10 14:26:55 +00:00
parent 123343b372
commit be2001fedd
9 changed files with 7 additions and 52 deletions

View File

@@ -24,13 +24,6 @@ class WXDLLIMPEXP_CORE wxRegion;
// constants
//-----------------------------------------------------------------------------
enum wxRegionContain
{
wxOutRegion = 0,
wxPartRegion = 1,
wxInRegion = 2
};
// So far, for internal use only
enum wxRegionOp
{