home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / mobjm260 / smenu.h_ / smenu.h
Encoding:
Text File  |  1994-09-06  |  495 b   |  20 lines

  1. //    Microworks ObjectMate  2.6
  2. //
  3. //    Ownerdraw Menu Functions
  4. //
  5. //    Copyright 1992-94 Microworks Sydney, Australia.
  6. //
  7. //  SMENU.H
  8.  
  9. void  DrawMenuItem(DRAWITEMSTRUCT far& dis, HFONT hFont = 0, COLORREF color = 0,
  10.                    COLORREF textColor = 0);
  11.  
  12. BOOL  GetMenuItemPos(HMENU hMenu, int itemId);
  13.  
  14. void  MeasureMenuItem(HWND hWnd, MEASUREITEMSTRUCT far& mis, HFONT hFont = 0);
  15.  
  16. DWORD ProcessSystemChar(UINT nChar);
  17.  
  18. void  Set3DSystemMenu(HWND hWnd, const char* name);
  19.  
  20.