2 * Copyright 2016 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * John Scipione, jscipione@gmail.com
8 #ifndef __MENU_ITEM_PRIVATE_H
9 #define __MENU_ITEM_PRIVATE_H
19 class MenuItemPrivate
{
21 MenuItemPrivate(BMenuItem
* menuItem
);
23 void SetSubmenu(BMenu
* submenu
);
25 void Install(BWindow
* window
);
32 }; // namespace BPrivate
35 #endif // __MENU_ITEM_PRIVATE_H