// 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;
// 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(); }