cosmetic fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,11 +76,11 @@ public:
|
|||||||
|
|
||||||
// Outer bounds of region
|
// Outer bounds of region
|
||||||
void GetBox(wxCoord& x, wxCoord& y, wxCoord&w, wxCoord &h) const;
|
void GetBox(wxCoord& x, wxCoord& y, wxCoord&w, wxCoord &h) const;
|
||||||
wxRect GetBox(void) const;
|
wxRect GetBox() const;
|
||||||
|
|
||||||
// Is region empty?
|
// Is region empty?
|
||||||
bool Empty(void) const;
|
bool Empty() const;
|
||||||
inline bool IsEmpty(void) const { return Empty(); }
|
bool IsEmpty() const { return Empty(); }
|
||||||
|
|
||||||
// Does the region contain the point (x,y)?
|
// Does the region contain the point (x,y)?
|
||||||
wxRegionContain Contains(wxCoord x, wxCoord y) const;
|
wxRegionContain Contains(wxCoord x, wxCoord y) const;
|
||||||
|
Reference in New Issue
Block a user