Ignore:
Timestamp:
Feb 25, 2000, 5:58:34 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/listview.h

    r2779 r2894  
    33 *
    44 * Copyright 1998 Eric Kohl
     5 * Copyright 2000 Christoph Bratschi
    56 */
    67
     
    2021typedef struct tagLISTVIEW_SUBITEM
    2122{
    22     LPSTR pszText;
     23    LPWSTR pszText;
    2324    INT iImage;
    2425    INT iSubItem;
     
    2930{
    3031  UINT state;
    31   LPSTR pszText;
     32  LPWSTR pszText;
    3233  INT iImage;
    3334  LPARAM lParam;
     
    4041typedef struct tagLISTVIEW_INFO
    4142{
     43    COMCTL32_HEADER header;
     44
    4245    COLORREF clrBk;
    4346    COLORREF clrText;
     
    5356    INT nSelectionMark;
    5457    INT nHotItem;
    55     SHORT notifyFormat;
    5658    RECT rcList;
    5759    RECT rcView;
Note: See TracChangeset for help on using the changeset viewer.