Moved BMenuWindow, BMenuFrame, and BMenuScroller into the BPrivate namespace.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19360 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-11-22 11:52:18 +00:00
parent aa389c6b38
commit 2628e60cbc
4 changed files with 142 additions and 134 deletions
+6 -4
View File
@@ -21,8 +21,10 @@
class BMenuItem;
class BMenuBar;
class BMenuWindow;
class BMenuFrame;
namespace BPrivate {
class BMenuWindow;
}
class _ExtraMenuData_;
@@ -210,7 +212,7 @@ virtual void _ReservedMenu6();
bool OverSuper(BPoint loc);
bool OverSubmenu(BMenuItem *item, BPoint loc);
BMenuWindow *MenuWindow();
BPrivate::BMenuWindow* MenuWindow();
void DeleteMenuWindow();
BMenuItem *HitTestItems(BPoint where, BPoint slop = B_ORIGIN) const;
BRect Superbounds() const;
@@ -265,7 +267,7 @@ static bool sAltAsCommandKey;
BList fItems;
BRect fPad;
BMenuItem *fSelected;
BMenuWindow *fCachedMenuWindow;
BPrivate::BMenuWindow* fCachedMenuWindow;
BMenu *fSuper;
BMenuItem *fSuperitem;
BRect fSuperbounds;