home *** CD-ROM | disk | FTP | other *** search
- // Microworks ObjectMate 2.6
- //
- // Ownerdraw Menu Functions
- //
- // Copyright 1992-94 Microworks Sydney, Australia.
- //
- // SMENU.H
-
- void DrawMenuItem(DRAWITEMSTRUCT far& dis, HFONT hFont = 0, COLORREF color = 0,
- COLORREF textColor = 0);
-
- BOOL GetMenuItemPos(HMENU hMenu, int itemId);
-
- void MeasureMenuItem(HWND hWnd, MEASUREITEMSTRUCT far& mis, HFONT hFont = 0);
-
- DWORD ProcessSystemChar(UINT nChar);
-
- void Set3DSystemMenu(HWND hWnd, const char* name);
-
-