]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
Removed unnecessary code from utilsunx.cpp
[wxWidgets.git] / include / wx / motif / window.h
index 77b8625430978162e10b1b57cd3f3b16e8a3fffd..aefcae03a3b1a913b70eaa062626eeaa5cf5a0bd 100644 (file)
     #pragma interface "window.h"
 #endif
 
-// ----------------------------------------------------------------------------
-// A list of rectangles type used by wxWindow
-// ----------------------------------------------------------------------------
-
-WX_DECLARE_LIST(wxRect, wxRectList);
+#include "wx/region.h"
 
 // ----------------------------------------------------------------------------
 // wxWindow class for Motif - see also wxWindowBase
@@ -317,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