]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/popupwin.h
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
[wxWidgets.git] / include / wx / mgl / popupwin.h
index fd56a9b5cb336f121df88f2faf4b1737a67a6f2a..890265fb59faf36deccdf45d3cd1ff1bbb9b6fb1 100644 (file)
@@ -30,6 +30,9 @@ public:
                                 wxDefaultPosition, wxDefaultSize,
                                 (flags & wxBORDER_MASK) | wxPOPUP_WINDOW);
     }
+
+protected:    
+    DECLARE_DYNAMIC_CLASS(wxPopupWindow)
 };
 
 #endif // _WX_POPUPWIN_H_