Changeset 2268 for trunk/include/win/menu.h
- Timestamp:
- Dec 30, 1999, 6:35:38 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/menu.h
r4 r2268 1 /* $Id: menu.h,v 1.1 1999-05-24 20:19:14 ktk Exp $ */2 3 1 /* 4 2 * Menu definitions … … 10 8 #include "win.h" 11 9 10 #define POPUPMENUCLASSNAME "#32768" 11 12 LRESULT WINAPI PopupMenuWndProc( HWND hwnd, UINT message, WPARAM wParam, 13 LPARAM lParam ); 14 12 15 extern BOOL MENU_Init(void); 13 16 extern HMENU MENU_GetSysMenu(HWND hWndOwner, HMENU hSysPopup); 14 17 extern UINT MENU_GetMenuBarHeight( HWND hwnd, UINT menubarWidth, 15 18 INT orgX, INT orgY ); 16 extern BOOL MENU_PatchResidentPopup( HQUEUE 16, 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 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 ); 19 22 extern UINT MENU_DrawMenuBar( HDC hDC, LPRECT lprect, 20 23 HWND hwnd, BOOL suppress_draw ); 24 extern UINT MENU_FindSubMenu( HMENU *hmenu, HMENU hSubTarget ); 25 26 BOOL POPUPMENU_Register(); 27 BOOL POPUPMENU_Unregister(); 21 28 22 29 #endif /* __WINE_MENU_H */
Note:
See TracChangeset
for help on using the changeset viewer.