8 extern BOOL32 MENU_Init(void);
9 extern HMENU32 MENU_GetSysMenu(HWND32 hWndOwner, HMENU32 hSysPopup);
10 extern UINT32 MENU_GetMenuBarHeight( HWND32 hwnd, UINT32 menubarWidth,
11 INT32 orgX, INT32 orgY );
12 extern void MENU_TrackMouseMenuBar( WND *wnd, INT32 ht, POINT32 pt );
13 extern void MENU_TrackKbdMenuBar( WND *wnd, UINT32 wParam, INT32 vkey );
14 extern UINT32 MENU_DrawMenuBar( HDC32 hDC, LPRECT32 lprect,
15 HWND32 hwnd, BOOL32 suppress_draw );
17 #endif /* __WINE_MENU_H */