]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/srchctlg.cpp
Ensure there is valid context for DrawRectangle
[wxWidgets.git] / src / generic / srchctlg.cpp
index 91000de3cb9a7a2124571ef2deb1322c3e562626..4e9fd4bb83cc143a14537a2d1abeaa235846cd5f 100644 (file)
@@ -72,6 +72,10 @@ public:
         InvalidateBestSize();
     }
 
+    virtual wxWindow* GetMainWindowOfCompositeControl()
+    {
+        return m_search;
+    }
 
     // provide access to the base class protected methods to wxSearchCtrl which
     // needs to forward to them
@@ -182,6 +186,11 @@ public:
     // is really no reason for it to be able to get focus from keyboard.
     virtual bool AcceptsFocusFromKeyboard() const { return false; }
 
+    virtual wxWindow* GetMainWindowOfCompositeControl()
+    {
+        return m_search;
+    }
+
 protected:
     wxSize DoGetBestSize() const
     {