X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0c83227fdafd281d6f869e42fc23635cfb37efb..0326d9689eb518ff3d8070cd83ea1d36a6f3324f:/include/wx/popupwin.h diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 63c4d65eea..b4558ee4d4 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -86,8 +86,10 @@ public: // hide the window virtual void Dismiss(); - + // can the window be dismissed now? + // + // VZ: where is this used?? virtual bool CanDismiss() { return TRUE; }