A size event holds information about size change events.
Derived from
Include files
<wx/event.h>
Event table macros
To process a size event, use this event handler macro to direct input to a member function that takes a wxSizeEvent argument.
EVT_SIZE(func) | Process a wxEVT_SIZE event. |
wxWindow::OnSize, wxSize, Event handling overview
Members
wxSizeEvent::wxSizeEvent
wxSizeEvent::GetSize
wxSizeEvent(const wxSize& sz, int id = 0)
Constructor.
wxSize GetSize() const
Returns the entire size of the window generating the size change event.