]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
wxArray<T> macros have been changed to fix runtime problems under 64 bit
[wxWidgets.git] / include / wx / popupwin.h
index 010481ec0cacc08a63ca2b1e4797cebf6e0a769a..0bef727d28b2e6cb0777dee4cd324ac0e568cbcc 100644 (file)
@@ -68,6 +68,9 @@ public:
 // when the user clicks mouse outside it or if it loses focus in any other way
 // ----------------------------------------------------------------------------
 
 // when the user clicks mouse outside it or if it loses focus in any other way
 // ----------------------------------------------------------------------------
 
+class WXDLLEXPORT wxPopupWindowHandler;
+class WXDLLEXPORT wxPopupFocusHandler;
+
 class WXDLLEXPORT wxPopupTransientWindow : public wxPopupWindow
 {
 public:
 class WXDLLEXPORT wxPopupTransientWindow : public wxPopupWindow
 {
 public:
@@ -83,6 +86,10 @@ public:
 
     // hide the window
     virtual void Dismiss();
 
     // 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
 
     // 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