]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Implement support for markup labels for wxGTK wxButton.
[wxWidgets.git] / include / wx / event.h
index 4aa6e97a94dd08ed57bfa93256fc9f1bcd491a1b..dae8470ac9ce7b574990c73bddeaa2405510abfd 100644 (file)
@@ -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; }