X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/475edb11e0aa7f103478da219253d99db480d55b..4c16bedf179acf883041b6fcede0a430ddf34022:/wxPython/src/richtext.i diff --git a/wxPython/src/richtext.i b/wxPython/src/richtext.i index 5537b3635d..c99edf1ec0 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 );