wxIScan
wxIViewCanvasSizeEvent Class Reference

The canvas size changing event. More...

#include <wxiviewcanvas.h>

List of all members.

Public Member Functions

 wxIViewCanvasSizeEvent (wxEventType oType=wxEVT_IVIEWCANVASSIZE)
 Constructor.
wxEvent * Clone () const
 Return a copy ot this event.

Detailed Description

The canvas size changing event.

...

Definition at line 36 of file wxiviewcanvas.h.


Constructor & Destructor Documentation

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;
    }

Member Function Documentation

wxEvent* wxIViewCanvasSizeEvent::Clone ( ) const [inline]

Return a copy ot this event.

Definition at line 48 of file wxiviewcanvas.h.

    {
        return new wxIViewCanvasSizeEvent( *this );
    }

The documentation for this class was generated from the following file: