Ignore:
Timestamp:
Dec 30, 1999, 6:35:38 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

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 
    31/*
    42 * Menu definitions
     
    108#include "win.h"
    119
     10#define POPUPMENUCLASSNAME "#32768"
     11
     12LRESULT WINAPI PopupMenuWndProc( HWND hwnd, UINT message, WPARAM wParam,
     13                                 LPARAM lParam );
     14
    1215extern BOOL MENU_Init(void);
    1316extern HMENU MENU_GetSysMenu(HWND hWndOwner, HMENU hSysPopup);
    1417extern UINT MENU_GetMenuBarHeight( HWND hwnd, UINT menubarWidth,
    1518                                     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 );
     19extern BOOL MENU_PatchResidentPopup( HQUEUE, HWND );
     20extern void MENU_TrackMouseMenuBar( HWND hwnd, INT ht, POINT pt );
     21extern void MENU_TrackKbdMenuBar( HWND hwnd, UINT wParam, INT vkey );
    1922extern UINT MENU_DrawMenuBar( HDC hDC, LPRECT lprect,
    2023                                HWND hwnd, BOOL suppress_draw );
     24extern UINT MENU_FindSubMenu( HMENU *hmenu, HMENU hSubTarget );
     25
     26BOOL POPUPMENU_Register();
     27BOOL POPUPMENU_Unregister();
    2128
    2229#endif /* __WINE_MENU_H */
Note: See TracChangeset for help on using the changeset viewer.