| 785 | request_redraw(); |
| 786 | } |
| 787 | std::string PyRmlDocument::title() { return doc_->GetTitle(); } |
| 788 | void PyRmlDocument::set_title(const std::string& t) { |
| 789 | doc_->SetTitle(t); |
| 790 | s_dirty_documents.insert(doc_); |
no outgoing calls
no test coverage detected