used in the entry field.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14321
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
long style = wxTextEntryDialogStyle,
const wxPoint& pos = wxDefaultPosition);
long style = wxTextEntryDialogStyle,
const wxPoint& pos = wxDefaultPosition);
- void SetValue(const wxString& val) { m_value = val; }
+ void SetValue(const wxString& val) { m_value = val; m_textctrl->SetValue(val); }
wxString GetValue() const { return m_value; }
// implementation only
wxString GetValue() const { return m_value; }
// implementation only