X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/475edb11e0aa7f103478da219253d99db480d55b..a3cee65ed41394fdcb13cd485fbe0acafb8a490b:/wxPython/src/richtext.i diff --git a/wxPython/src/richtext.i b/wxPython/src/richtext.i index 5537b3635d..12c1d69644 100644 --- a/wxPython/src/richtext.i +++ b/wxPython/src/richtext.i @@ -454,6 +454,7 @@ public: wxRichTextCtrl( wxWindow* parent, wxWindowID id = -1, + const wxString& value = wxPyEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxRE_MULTILINE ); @@ -462,6 +463,7 @@ public: bool Create( wxWindow* parent, wxWindowID id = -1, + const wxString& value = wxPyEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxRE_MULTILINE ); @@ -569,7 +571,7 @@ during sizing.", ""); virtual bool , SaveFile(const wxString& file = wxPyEmptyString, int type = wxRICHTEXT_TYPE_ANY), "Save the contents of the document to the given filename, or if the -empty string is passed then to the filename set with `SetFileName`.", ""); +empty string is passed then to the filename set with `SetFilename`.", ""); // sets/clears the dirty flag