load_plain_text
Description:
Load the specified plain_text
string into this.
The mime type of document will be "text/plain". You can monitor the load operation by connecting to load_changed signal.
Parameters:
this |
a WebView |
plain_text |
The plain text to load |