X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a39593ebe391bed763e2baa22b113086709a450..95561ddfc3c0c84c71316d40cb539135fa68b440:/include/wx/vlbox.h diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index 8c8223dd4b..9e5bf64c5b 100644 --- a/include/wx/vlbox.h +++ b/include/wx/vlbox.h @@ -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