frame extensions

This commit is contained in:
Peter Schojer
2008-09-09 06:36:21 +00:00
parent 1fe9732a5c
commit 63caffdb6e
3 changed files with 41 additions and 10 deletions

View File

@@ -101,6 +101,8 @@ void FrameRenderer::writeProperties(const Frame* pFrame, std::ostream& ostr)
ostr << ",title:'" << pFrame->getTitle() << "'";
if (pFrame->collapsible())
ostr << ",collapsible:true";
if (pFrame->collapsed())
ostr << ",collapsed:true";
}