+ //
+ // Get the HWND to be used as parent of this window with CreateWindow()
+ //
+ virtual WXHWND OS2GetParent(void) const;
+
+ //
+ // The list of all currently shown popup windows used by FindPopupFor()
+ //
+ static wxWindowList m_svShownPopups;
+