- // implementation only from now on
- // -------------------------------
-
- // override Show() to prevent wxPopupWindow from being activated
- virtual bool Show(bool show = TRUE);
-
- // find a shown popup window with the given window as parent, return NULL
- // if none
- static wxPopupWindow *FindPopupFor(wxWindow *win);
-