Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

menu.h

Go to the documentation of this file.
00001 /*
00002  * Menu definitions
00003  */
00004 
00005 #ifndef __WINE_MENU_H
00006 #define __WINE_MENU_H
00007 
00008 #define POPUPMENUCLASSNAME "#32768"
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013 
00014 HMENU MENU_GetSysMenu(HWND hWnd,HMENU hPopupMenu);
00015 UINT MENU_GetMenuBarHeight(HWND hWnd,UINT menubarWidth,INT orgX,INT orgY);
00016 void MENU_TrackMouseMenuBar(HWND hWnd,INT ht,POINT pt);
00017 void MENU_TrackMouseMenuBar_MouseMove(HWND hwnd,POINT pt,BOOL OnMenu);
00018 void MENU_TrackKbdMenuBar(HWND hWnd,UINT wParam,INT vkey);
00019 UINT MENU_DrawMenuBar(HDC hDC,LPRECT lprect,HWND hWnd,BOOL suppress_draw);
00020 
00021 BOOL MENU_Init();
00022 BOOL POPUPMENU_Register();
00023 BOOL POPUPMENU_Unregister();
00024 BOOL IsMenuActive(void);
00025 
00026 #ifdef __cplusplus
00027 }
00028 #endif
00029 
00030 #endif /* __WINE_MENU_H */

Generated on Wed Jan 23 23:17:38 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001