]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/text.tex
handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVariant() (patch 1845897)
[wxWidgets.git] / docs / latex / wx / text.tex
index 142962440fe7e3b8d75837502de1e8ee30a85078..083659f1b6ce9a045ce15ae71dc5a79edbc59331 100644 (file)
@@ -173,7 +173,7 @@ control. This could be done in the following way:
   wxTextCtrl *control = new wxTextCtrl(...);
 
   std::streambuf *sbOld = std::cout.rdbuf();
   wxTextCtrl *control = new wxTextCtrl(...);
 
   std::streambuf *sbOld = std::cout.rdbuf();
-  std::cout.rdbuf(*control);
+  std::cout.rdbuf(control);
 
   // use cout as usual, the output appears in the text control
   ...
 
   // use cout as usual, the output appears in the text control
   ...
@@ -335,8 +335,8 @@ the programmer should use \helpref{GetInsertionPoint}{wxtextctrlgetinsertionpoin
 Call this function to enable auto-completion of the text typed in a single-line
 text control using the given \arg{choices}.
 
 Call this function to enable auto-completion of the text typed in a single-line
 text control using the given \arg{choices}.
 
-Notice that currently this function is only implemented in wxGTK2 port and does
-nothing under the other platforms.
+Notice that currently this function is only implemented in wxGTK2 and wxMSW
+ports and does nothing under the other platforms.
 
 \newsince{2.9.0}
 
 
 \newsince{2.9.0}