wxpython - How to append content to wxHtmlWindow? -


I know that the Setpage () sets the contents of wxHtmlWindow In my application, I will often attach more material to a similar fashion than a log file, so I would like to avoid repeatedly making the setpage () calls to avoid unnecessary CPU cycles which would be meaningless to parse the same content as max And perform a lot more than playful.

I thought about using the wxHtmlListBox, but decided that I did not really like such a solution because users will not be able to select / copy the small part of the text.

Example code for adding new content to the body tag will be appreciated. I am also open for other solutions if I have a better idea.

Are you against using AppendToPage?

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -