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

  1. //    Microworks ObjectMate  2.6
  2. //
  3. //    Ownerdraw Menu Functions
  4. //
  5. //    Copyright 1992-94 Microworks Sydney, Australia.
  6. //
  7. //  SLIST.H
  8.  
  9. void  DrawListBoxItem(HWND hWndList, DRAWITEMSTRUCT far& dis, HFONT hFont = 0,
  10.                       COLORREF color = 0, COLORREF textColor = 0);
  11.  
  12. void  MeasureListBoxItem(HWND hWndList, MEASUREITEMSTRUCT far& mis, HFONT hFont = 0);
  13.       
  14.