projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxWindow::GetWindowBorderSize()
[wxWidgets.git]
/
include
/
wx
/
gtk
/
region.h
diff --git
a/include/wx/gtk/region.h
b/include/wx/gtk/region.h
index 71f47a47aa06c491a8717d16a955c61421cd4e7f..1886952495a9724e20c54b13b7118f4e557eeb86 100644
(file)
--- a/
include/wx/gtk/region.h
+++ b/
include/wx/gtk/region.h
@@
-94,8
+94,11
@@
class WXDLLIMPEXP_CORE wxRegionIterator: public wxObject
public:
wxRegionIterator();
wxRegionIterator(const wxRegion& region);
public:
wxRegionIterator();
wxRegionIterator(const wxRegion& region);
+ wxRegionIterator(const wxRegionIterator& ri) : wxObject(ri) { Init(); *this = ri; }
~wxRegionIterator();
~wxRegionIterator();
+ wxRegionIterator& operator=(const wxRegionIterator& ri);
+
void Reset() { m_current = 0u; }
void Reset(const wxRegion& region);
void Reset() { m_current = 0u; }
void Reset(const wxRegion& region);