Hacked stdio functions to use Win32 file handles. Still needs a proper
[wine/multimedia.git] / include / menu.h
blob9192190c181f987bf50608754a39a08197d77dbd
1 /*
2 * Menu definitions
3 */
5 #ifndef __WINE_MENU_H
6 #define __WINE_MENU_H
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 BOOL32 MENU_PatchResidentPopup( HQUEUE16, WND* );
13 extern void MENU_TrackMouseMenuBar( WND *wnd, INT32 ht, POINT32 pt );
14 extern void MENU_TrackKbdMenuBar( WND *wnd, UINT32 wParam, INT32 vkey );
15 extern UINT32 MENU_DrawMenuBar( HDC32 hDC, LPRECT32 lprect,
16 HWND32 hwnd, BOOL32 suppress_draw );
18 #endif /* __WINE_MENU_H */