#ifndef _WX_GTK_REGION_H_
#define _WX_GTK_REGION_H_
-#include "wx/list.h"
#include "wx/gdiobj.h"
#include "wx/gdicmn.h"
-//-----------------------------------------------------------------------------
-// classes
-//-----------------------------------------------------------------------------
-
-class WXDLLIMPEXP_CORE wxRegion;
-
//-----------------------------------------------------------------------------
// constants
//-----------------------------------------------------------------------------
-enum wxRegionContain
-{
- wxOutRegion = 0,
- wxPartRegion = 1,
- wxInRegion = 2
-};
-
// So far, for internal use only
enum wxRegionOp
{
Union(bmp, transColour, tolerance);
}
- ~wxRegion();
+ virtual ~wxRegion();
bool Ok() const { return m_refData != NULL; }