]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/reparent.h
added IsSizeDeferred() (part of patch 1199639)
[wxWidgets.git] / include / wx / x11 / reparent.h
index ae054a4bbaf373b950d5b182318c29978125f56c..6956c7eed9dc15b093b4e26d44d75d2f469e19a6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2002-03-09
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_REPARENT_H_
@@ -22,8 +22,8 @@
  * This class helps to reparent a specific window
  */
 
-class wxAdoptedWindow;
-class wxReparenter: public wxObject
+class WXDLLIMPEXP_CORE wxAdoptedWindow;
+class WXDLLIMPEXP_CORE wxReparenter: public wxObject
 {
 public:
     wxReparenter() {}
@@ -56,7 +56,7 @@ protected:
  * toolkit. It has no parent until reparented.
  */
 
-class wxAdoptedWindow: public wxWindow
+class WXDLLIMPEXP_CORE wxAdoptedWindow: public wxWindow
 {
   public:
     wxAdoptedWindow();