home *** CD-ROM | disk | FTP | other *** search
- // Microworks ObjectMate 2.6
- //
- // Ownerdraw Menu Functions
- //
- // Copyright 1992-94 Microworks Sydney, Australia.
- //
- // SLIST.H
-
- void DrawListBoxItem(HWND hWndList, DRAWITEMSTRUCT far& dis, HFONT hFont = 0,
- COLORREF color = 0, COLORREF textColor = 0);
-
- void MeasureListBoxItem(HWND hWndList, MEASUREITEMSTRUCT far& mis, HFONT hFont = 0);
-
-