Tweaks to fix RTF contents (need newline at end of each class file)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-09-26 16:37:44 +00:00
parent 810d800e3c
commit 058a62b10d
3 changed files with 3 additions and 0 deletions

View File

@@ -54,3 +54,4 @@ Converts from the selected character set to Unicode. Returns length of string wr
\constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}} \constfunc{size\_t}{WC2MB}{\param{char* }{buf}, \param{const wchar\_t* }{psz}, \param{size\_t }{n}}
Converts from Unicode to the selected character set. Returns length of string written to destination buffer. Converts from Unicode to the selected character set. Returns length of string written to destination buffer.

View File

@@ -59,3 +59,4 @@ Sets the current colour for this context, using the wxWidgets colour database to
\func{void}{SwapBuffers}{\void} \func{void}{SwapBuffers}{\void}
Displays the previous OpenGL commands on the associated window. Displays the previous OpenGL commands on the associated window.

View File

@@ -86,3 +86,4 @@ Sets selected items from the array of selected items' indexes.
\func{int}{ShowModal}{\void} \func{int}{ShowModal}{\void}
Shows the dialog, returning either wxID\_OK or wxID\_CANCEL. Shows the dialog, returning either wxID\_OK or wxID\_CANCEL.