]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
1. implemented system menu handling in wxUniv (win32 theme only)
[wxWidgets.git] / include / wx / popupwin.h
index 2de6e2e50db9e24c91b29875355d77551ec02589..0bef727d28b2e6cb0777dee4cd324ac0e568cbcc 100644 (file)
@@ -86,6 +86,10 @@ public:
 
     // hide the window
     virtual void Dismiss();
+    
+
+    virtual bool CanDismiss()
+        { return TRUE; }
 
     // called when a mouse is pressed while the popup is shown: return TRUE
     // from here to prevent its normal processing by the popup (which consists