Added ToDo items to some code I looked at.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-02-27 22:48:32 +00:00
parent fa78c88efa
commit a7d7e9c80f

View File

@ -328,12 +328,16 @@ void BMenuItem::GetContentSize(float *width, float *height)
//------------------------------------------------------------------------------
void BMenuItem::TruncateLabel(float maxWidth, char *newLabel)
{
// ToDo: implement me!
}
//------------------------------------------------------------------------------
void BMenuItem::DrawContent()
{
fSuper->MovePenBy(0, fSuper->fAscent);
fSuper->DrawString(fLabel);
// ToDo: label truncation is missing
// ToDo: draw trigger is missing!
}
//------------------------------------------------------------------------------
void BMenuItem::Draw()