Changeset 1446 for trunk/src/user32/oslibmenu.h
- Timestamp:
- Oct 25, 1999, 10:17:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmenu.h
r1031 r1446 1 /* $Id: oslibmenu.h,v 1. 2 1999-09-24 12:47:50sandervl Exp $ */1 /* $Id: oslibmenu.h,v 1.3 1999-10-25 20:17:18 sandervl Exp $ */ 2 2 /* 3 3 * Window Menu wrapper functions for OS/2 … … 18 18 19 19 HWND OSLibWinSetMenu(HWND hwndParent, HMENU hMenu); 20 HMENU OSLibWinCreateMenu(PVOID menutemplate); 21 HMENU OSLibWinCreateEmptyMenu(); 22 HMENU OSLibWinCreateEmptyPopupMenu(); 20 23 int OSLibGetMenuItemCount(HWND hMenu); 21 24
Note:
See TracChangeset
for help on using the changeset viewer.