Changeset 2397 for trunk/include/win/menu.h
- Timestamp:
- Jan 10, 2000, 6:19:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/menu.h
r2268 r2397 6 6 #define __WINE_MENU_H 7 7 8 #include "win.h"9 10 8 #define POPUPMENUCLASSNAME "#32768" 11 9 12 LRESULT WINAPI PopupMenuWndProc( HWND hwnd, UINT message, WPARAM wParam, 13 LPARAM lParam ); 14 15 extern BOOL MENU_Init(void); 16 extern HMENU MENU_GetSysMenu(HWND hWndOwner, HMENU hSysPopup); 17 extern UINT MENU_GetMenuBarHeight( HWND hwnd, UINT menubarWidth, 18 INT orgX, INT orgY ); 19 extern BOOL MENU_PatchResidentPopup( HQUEUE, HWND ); 20 extern void MENU_TrackMouseMenuBar( HWND hwnd, INT ht, POINT pt ); 21 extern void MENU_TrackKbdMenuBar( HWND hwnd, UINT wParam, INT vkey ); 22 extern UINT MENU_DrawMenuBar( HDC hDC, LPRECT lprect, 23 HWND hwnd, BOOL suppress_draw ); 24 extern UINT MENU_FindSubMenu( HMENU *hmenu, HMENU hSubTarget ); 10 HMENU MENU_GetSysMenu(HWND hWnd,HMENU hPopupMenu); 11 UINT MENU_GetMenuBarHeight(HWND hWnd,UINT menubarWidth,INT orgX,INT orgY); 12 void MENU_TrackMouseMenuBar(HWND hWnd,INT ht,POINT pt); 13 void MENU_TrackKbdMenuBar(HWND hWnd,UINT wParam,INT vkey); 14 UINT MENU_DrawMenuBar(HDC hDC,LPRECT lprect,HWND hWnd,BOOL suppress_draw); 25 15 26 16 BOOL POPUPMENU_Register();
Note:
See TracChangeset
for help on using the changeset viewer.