- // return the style to be used for the popup windows
- virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle) const;
-
- // the list of all currently shown popup windows used by FindPopupFor()
- static wxWindowList ms_shownPopups;
-
- DECLARE_DYNAMIC_CLASS(wxPopupWindow)