]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/text.tex
wxFont can now raelly use the native fonts
[wxWidgets.git] / docs / latex / wx / text.tex
index 92cde1a23379f67cbcc8ea3738718cdfe3d3e754..befde501633e6a69a25d8e9a1fa2eeab2ff0738a 100644 (file)
@@ -389,7 +389,7 @@ Copies the selected text to the clipboard and removes the selection.
 
 Resets the internal `modified' flag as if the current edits had been saved.
 
-\membersection{wxTextCtrl::GetDefaultStyle}{wxtextctrlgetdefaultstyle}
+\membersection{wxTextCtrl::GetDefaultStyle}\label{wxtextctrlgetdefaultstyle}
 
 \constfunc{const wxTextAttr\& }{GetDefaultStyle}{\void}
 
@@ -681,6 +681,10 @@ If either of the font, foreground, or background colour is not set in\rtfsp
 the previous default style didn't set them neither, the global font or colours
 of the text control itself are used as fall back.
 
+However if the {\it style} parameter is the default wxTextAttr, then the
+default style is just reset (instead of being combined with the new style which
+wouldn't change it at all).
+
 \wxheading{Parameters}
 
 \docparam{style}{The style for the new text.}