Fix wxRichTextBuffer::InsertParagraphsWithUndo() documentation.
Use the same parameters order as in the real header file. Closes #14005. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4479,7 +4479,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
Submits a command to insert paragraphs.
|
Submits a command to insert paragraphs.
|
||||||
*/
|
*/
|
||||||
bool InsertParagraphsWithUndo(wxRichTextCtrl* ctrl, long pos, const wxRichTextParagraphLayoutBox& paragraphs, int flags = 0);
|
bool InsertParagraphsWithUndo(long pos, const wxRichTextParagraphLayoutBox& paragraphs, wxRichTextCtrl* ctrl, int flags = 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Submits a command to insert the given text.
|
Submits a command to insert the given text.
|
||||||
|
Reference in New Issue
Block a user