wxRichTextCtrl now takes a value parameter in the constructor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-05 03:18:39 +00:00
parent d1a49b7829
commit 80b08b7f31

View 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 );