Todo List
- Member KMdiChildArea::setTopChild (KMdiChildFrm *child, bool setFocus=false)
- : setting the maximum size doesn't work properly - fix this later
- Member KMdiChildFrm::doResize (bool captionOnly)
- : merge with doResize()
- Member KMdiChildFrm::setState (MdiWindowState state, bool bAnimate=true)
- : setting the maximum size doesn't work properly - fix this later m_pManager->setMaximumSize(pTopChild->maximumWidth(), pTopChild->maximumHeight());
- Member KMdiChildFrmCaption::abbreviateText (TQString origStr, int maxWidth)
- Replace with a call to a KStringHandler function instead of rolling our own