]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Rename wxGetFileType to wxGetFileKind
[wxWidgets.git] / include / wx / event.h
index fc5cf8f04f76c69e09f8292127d37f0e202a8af5..81d0cecc085c831762d7770cb2227a7e5082d5fe 100644 (file)
@@ -1126,6 +1126,7 @@ public:
         { m_eventType = wxEVT_MOVING; m_id = id; }
 
     wxPoint GetPosition() const { return m_pos; }
+    void SetPosition(const wxPoint& pos) { m_pos = pos; }
     wxRect GetRect() const { return m_rect; }
     void SetRect(wxRect rect) { m_rect = rect; }
 
@@ -1522,7 +1523,7 @@ public:
                     int joystick = wxJOYSTICK1,
                     int change = 0)
         : wxEvent(0, type),
-          m_pos(0, 0),
+          m_pos(),
           m_zPosition(0),
           m_buttonChange(change),
           m_buttonState(state),