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:
@@ -454,6 +454,7 @@ public:
|
|||||||
|
|
||||||
wxRichTextCtrl( wxWindow* parent,
|
wxRichTextCtrl( wxWindow* parent,
|
||||||
wxWindowID id = -1,
|
wxWindowID id = -1,
|
||||||
|
const wxString& value = wxPyEmptyString,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxRE_MULTILINE );
|
long style = wxRE_MULTILINE );
|
||||||
@@ -462,6 +463,7 @@ public:
|
|||||||
|
|
||||||
bool Create( wxWindow* parent,
|
bool Create( wxWindow* parent,
|
||||||
wxWindowID id = -1,
|
wxWindowID id = -1,
|
||||||
|
const wxString& value = wxPyEmptyString,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxRE_MULTILINE );
|
long style = wxRE_MULTILINE );
|
||||||
|
Reference in New Issue
Block a user