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:
parent
fa78c88efa
commit
a7d7e9c80f
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user