mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
extensions to frame
This commit is contained in:
@@ -99,6 +99,8 @@ void FrameRenderer::writeProperties(const Frame* pFrame, std::ostream& ostr)
|
||||
ostr << ",height:" << pFrame->getHeight();
|
||||
if (!pFrame->getTitle().empty())
|
||||
ostr << ",title:'" << pFrame->getTitle() << "'";
|
||||
if (pFrame->collapsible())
|
||||
ostr << ",collapsible:true";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user