- // replace the selection with the given text in the specified encoding
- bool StreamIn(const wxString& value, wxFontEncoding encoding);
+ // replace the selection or the entire control contents with the given text
+ // in the specified encoding
+ bool StreamIn(const wxString& value,
+ wxFontEncoding encoding,
+ bool selOnly);