added AppendText method, now used by operator <<

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Harco de Hilster
1999-02-02 18:56:18 +00:00
parent 77a3b7800b
commit a6e2157322
4 changed files with 48 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ class wxTextCtrl: public wxControl
wxString GetValue() const;
void SetValue( const wxString &value );
void WriteText( const wxString &text );
void AppendText( const wxString &text );
bool LoadFile( const wxString &file );
bool SaveFile( const wxString &file );