]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
Add wxAuiPaneInfo::IsDockable().
[wxWidgets.git] / include / wx / dataview.h
index cf597a881befd89994a6e7716b1e01179bed8f35..8950f405671fd50910c5bf52f4949431c2f278f8 100644 (file)
@@ -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;