]> 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 055e0456a8ce2f98c0ccdb7fee3c47e19d0fd7b6..6956c7eed9dc15b093b4e26d44d75d2f469e19a6 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_REPARENT_H_
 #define _WX_REPARENT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "reparent.h"
 #endif
 
@@ -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();