git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39992
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
//----------------------------------------------------------------------
%import windows.i
//----------------------------------------------------------------------
%import windows.i
%pythoncode { wx = _core }
%pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
%pythoncode { wx = _core }
%pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
// returns false if we have any attributes set, true otherwise
bool IsDefault() const;
// returns false if we have any attributes set, true otherwise
bool IsDefault() const;
+
+// // return the attribute having the valid font and colours: it uses the
+// // attributes set in attr and falls back first to attrDefault and then to
+// // the text control font/colours for those attributes which are not set
+// static wxRichTextAttr Combine(const wxRichTextAttr& attr,
+// const wxRichTextAttr& attrDef,
+// const wxTextCtrlBase *text);