]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / include / wx / popupwin.h
index d95c3877d23e254b3ad115f889178b642c3978fc..e0e5eefca978a5850c69e950347863d4f2c2ca6b 100644 (file)
@@ -104,6 +104,9 @@ public:
     // in dismissing it if the mouse is cilcked outside it)
     virtual bool ProcessLeftDown(wxMouseEvent& event);
 
+    // Overridden to grab the input on some plaforms
+    virtual bool Show( bool show = true );
+    
 protected:
     // common part of all ctors
     void Init();