#include "wx/string.h"
#include "wx/control.h"
-#ifdef wxUSE_STD_IOSTREAM
+#if wxUSE_STD_IOSTREAM
#if wxUSE_IOSTREAMH
#include <iostream.h>
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 );