Ignore:
Timestamp:
Oct 25, 1999, 10:17:41 PM (26 years ago)
Author:
sandervl
Message:

menu changes + misc bugfixes

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:50 sandervl Exp $ */
     1/* $Id: oslibmenu.h,v 1.3 1999-10-25 20:17:18 sandervl Exp $ */
    22/*
    33 * Window Menu wrapper functions for OS/2
     
    1818
    1919HWND  OSLibWinSetMenu(HWND hwndParent, HMENU hMenu);
     20HMENU OSLibWinCreateMenu(PVOID menutemplate);
     21HMENU OSLibWinCreateEmptyMenu();
     22HMENU OSLibWinCreateEmptyPopupMenu();
    2023int   OSLibGetMenuItemCount(HWND hMenu);
    2124 
Note: See TracChangeset for help on using the changeset viewer.