]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
fixed the mess (nested C/C++ comments) intorduced by automatic comments conversion
[wxWidgets.git] / include / wx / popupwin.h
index a0bca8f512a95220453ad270a901edca81b1ea5f..6eb26bacb7426b17dae35dc80a5fe3439d0dce85 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_POPUPWIN_H_BASE_
 #define _WX_POPUPWIN_H_BASE_
 
 #ifndef _WX_POPUPWIN_H_BASE_
 #define _WX_POPUPWIN_H_BASE_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "popupwinbase.h"
 #endif
 
     #pragma interface "popupwinbase.h"
 #endif
 
@@ -45,6 +45,8 @@ public:
     // the point must be given in screen coordinates!
     virtual void Position(const wxPoint& ptOrigin,
                           const wxSize& size);
     // the point must be given in screen coordinates!
     virtual void Position(const wxPoint& ptOrigin,
                           const wxSize& size);
+
+    DECLARE_NO_COPY_CLASS(wxPopupWindowBase)
 };
 
 
 };
 
 
@@ -57,6 +59,8 @@ public:
     #include "wx/gtk/popupwin.h"
 #elif __WXX11__
     #include "wx/x11/popupwin.h"
     #include "wx/gtk/popupwin.h"
 #elif __WXX11__
     #include "wx/x11/popupwin.h"
+#elif __WXMOTIF__
+    #include "wx/motif/popupwin.h"
 #elif __WXMGL__
     #include "wx/mgl/popupwin.h"
 #else
 #elif __WXMGL__
     #include "wx/mgl/popupwin.h"
 #else