]> git.saurik.com Git - wxWidgets.git/commitdiff
wxRichTextCtrl now takes a value parameter in the constructor
authorRobin Dunn <robin@alldunn.com>
Wed, 5 Jul 2006 03:18:39 +0000 (03:18 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 5 Jul 2006 03:18:39 +0000 (03:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/richtext.i

index 5537b3635d4d90e0c06c0562bebb956b8dd02034..c99edf1ec0dd578ea178c7c480aedaf0974308a8 100644 (file)
@@ -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 );