]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
Change SetStringSelection to return bool like in other classes and ports
[wxWidgets.git] / include / wx / vlbox.h
index 8c8223dd4b9bcdd5e897dbecfa3e8b32d5eccdf5..9e5bf64c5b1dc49b753b104ccd4938a186058ebb 100644 (file)
@@ -189,6 +189,10 @@ public:
     void SetSelectionBackground(const wxColour& col);
 
 
+    virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg))
+        { /* do nothing */ }
+
+    
 protected:
     // the derived class must implement this function to actually draw the item
     // with the given index on the provided DC