Improve formatting of identifiers in wxTextCtrl documentation.
Render "std" in fixed-width font.
Closes https://github.com/wxWidgets/wxWidgets/pull/75
(cherry picked from commit 8d4d4c45b1
)
This commit is contained in:
committed by
Paul Cornett
parent
e9a5d5b7d1
commit
e4eb6920fd
@@ -1085,9 +1085,9 @@ public:
|
||||
*control << 123.456 << " some text\n";
|
||||
@endcode
|
||||
|
||||
However the possibility to create an ostream associated with wxTextCtrl may
|
||||
be useful if you need to redirect the output of a function taking an
|
||||
ostream as parameter to a text control.
|
||||
However the possibility to create a @c std::ostream associated with wxTextCtrl may
|
||||
be useful if you need to redirect the output of a function taking a
|
||||
@c std::ostream as parameter to a text control.
|
||||
|
||||
Another commonly requested need is to redirect @c std::cout to the text
|
||||
control. This may be done in the following way:
|
||||
|
Reference in New Issue
Block a user