big improvements for menus. The tracking is in many ways on par with r5, except for a few things, like diagonal movement and that grandparent bug

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17095 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-04-11 20:20:41 +00:00
parent 6ac6b512a0
commit 2191a09a93
3 changed files with 43 additions and 26 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ virtual void _ReservedMenu6();
void InitData(BMessage *data = NULL);
bool _show(bool selectFirstItem = false);
void _hide();
BMenuItem *_track(int *action, long start = -1);
BMenuItem *_track(int *action, bigtime_t trackTime, long start = -1);
bool _AddItem(BMenuItem *item, int32 index);
bool RemoveItems(int32 index,
int32 count,