![]() |
wxIScan
|
The canvas size changing event. More...
#include <wxiviewcanvas.h>
Public Member Functions | |
| wxIViewCanvasSizeEvent (wxEventType oType=wxEVT_IVIEWCANVASSIZE) | |
| Constructor. | |
| wxEvent * | Clone () const |
| Return a copy ot this event. | |
| wxIViewCanvasSizeEvent::wxIViewCanvasSizeEvent | ( | wxEventType | oType = wxEVT_IVIEWCANVASSIZE | ) | [inline] |
Constructor.
Definition at line 40 of file wxiviewcanvas.h.
: wxEvent( 0, oType )
{
// Propagate event to the next event handling window.
m_propagationLevel= wxEVENT_PROPAGATE_MAX;
}
| wxEvent* wxIViewCanvasSizeEvent::Clone | ( | ) | const [inline] |
Return a copy ot this event.
Definition at line 48 of file wxiviewcanvas.h.
{
return new wxIViewCanvasSizeEvent( *this );
}