X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce00f59b5b169752d2f05ce3bb1a88ddc1b38b4c..ab84bafe492dd510a838682f301720c56722ece6:/include/wx/dataview.h diff --git a/include/wx/dataview.h b/include/wx/dataview.h index cf597a881b..8950f40567 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -172,6 +172,9 @@ public: bool IsDefault() const { return !(HasColour() || HasFont()); } + // Return the font based on the given one with this attribute applied to it. + wxFont GetEffectiveFont(const wxFont& font) const; + private: wxColour m_colour; bool m_bold;