]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
Used old name SelectCell instead of new name SetCurrentCell
[wxWidgets.git] / include / wx / motif / window.h
index fbb7b729e9def8e1523838bb5cb462c3dca5c7c8..aefcae03a3b1a913b70eaa062626eeaa5cf5a0bd 100644 (file)
@@ -313,6 +313,7 @@ protected:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
     virtual void DoSetClientSize(int width, int height);
+    virtual void DoMoveWindow(int x, int y, int width, int height);
     virtual bool DoPopupMenu(wxMenu *menu, int x, int y);
 
 #if wxUSE_TOOLTIPS