]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
don't remember size passed to SetSize() as pending position/size for TLW as deferred...
[wxWidgets.git] / include / wx / motif / window.h
index 9ce318d42bd73b8bb0187fc2cca888ad1f010c1d..7a27dd54e30ea5bdc1e8c90fc15eaed8cf407fd4 100644 (file)
@@ -22,7 +22,7 @@
 // wxWindow class for Motif - see also wxWindowBase
 // ----------------------------------------------------------------------------
 
-class wxWindow : public wxWindowBase
+class WXDLLIMPEXP_CORE wxWindow : public wxWindowBase
 {
     friend class WXDLLEXPORT wxDC;
     friend class WXDLLEXPORT wxWindowDC;
@@ -98,8 +98,6 @@ public:
     // Accept files for dragging
     virtual void DragAcceptFiles(bool accept);
 
-    virtual wxPoint GetClientAreaOrigin() const;
-
     // Get the unique identifier of a window
     virtual WXWidget GetHandle() const { return GetMainWidget(); }