Ignore:
Timestamp:
Jan 10, 2000, 6:19:51 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/menu.h

    r2268 r2397  
    66#define __WINE_MENU_H
    77
    8 #include "win.h"
    9 
    108#define POPUPMENUCLASSNAME "#32768"
    119
    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 );
     10HMENU MENU_GetSysMenu(HWND hWnd,HMENU hPopupMenu);
     11UINT MENU_GetMenuBarHeight(HWND hWnd,UINT menubarWidth,INT orgX,INT orgY);
     12void MENU_TrackMouseMenuBar(HWND hWnd,INT ht,POINT pt);
     13void MENU_TrackKbdMenuBar(HWND hWnd,UINT wParam,INT vkey);
     14UINT MENU_DrawMenuBar(HDC hDC,LPRECT lprect,HWND hWnd,BOOL suppress_draw);
    2515
    2616BOOL POPUPMENU_Register();
Note: See TracChangeset for help on using the changeset viewer.