mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-24 14:19:08 +01: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