X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cb2c49f7d98293501ee00ba7e9a064dc93c879a..b59cd6c4331d28debd757ed71062d0b544d3bf7e:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index 4aa6e97a94..dae8470ac9 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -1691,6 +1691,7 @@ public: { m_eventType = wxEVT_SIZING; m_id = id; } wxSize GetSize() const { return m_size; } + void SetSize(wxSize size) { m_size = size; } wxRect GetRect() const { return m_rect; } void SetRect(const wxRect& rect) { m_rect = rect; }