diff --git a/interface/wx/window.h b/interface/wx/window.h index 29300d796d..ceada1baa7 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -1923,7 +1923,16 @@ public: */ void SetOwnBackgroundColour(const wxColour& colour); + /** + Return @true if this window inherits the background colour from its parent. + + @see SetOwnBackgroundColour(), InheritAttributes() + */ bool InheritsBackgroundColour() const; + + /** + Return @true if a background colour has been set for this window. + */ bool UseBgCol() const; /**