Line | |
---|
1 | /* $Id: menu.h,v 1.1 1999-05-24 20:19:14 ktk Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Menu definitions
|
---|
5 | */
|
---|
6 |
|
---|
7 | #ifndef __WINE_MENU_H
|
---|
8 | #define __WINE_MENU_H
|
---|
9 |
|
---|
10 | #include "win.h"
|
---|
11 |
|
---|
12 | extern BOOL MENU_Init(void);
|
---|
13 | extern HMENU MENU_GetSysMenu(HWND hWndOwner, HMENU hSysPopup);
|
---|
14 | extern UINT MENU_GetMenuBarHeight( HWND hwnd, UINT menubarWidth,
|
---|
15 | INT orgX, INT orgY );
|
---|
16 | extern BOOL MENU_PatchResidentPopup( HQUEUE16, WND* );
|
---|
17 | extern void MENU_TrackMouseMenuBar( WND *wnd, INT ht, POINT pt );
|
---|
18 | extern void MENU_TrackKbdMenuBar( WND *wnd, UINT wParam, INT vkey );
|
---|
19 | extern UINT MENU_DrawMenuBar( HDC hDC, LPRECT lprect,
|
---|
20 | HWND hwnd, BOOL suppress_draw );
|
---|
21 |
|
---|
22 | #endif /* __WINE_MENU_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.