Ignore:
Timestamp:
Dec 18, 1999, 7:56:20 PM (26 years ago)
Author:
achimha
Message:

updated to WINE 991212

File:
1 edited

Legend:

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

    r499 r2117  
    1 /* $Id: treeview.h,v 1.4 1999-08-14 17:23:24 achimha Exp $ */
     1/* $Id: treeview.h,v 1.5 1999-12-18 18:56:20 achimha Exp $ */
    22/*
    33 * Treeview class extra info
     
    4242  RECT      text;
    4343  RECT      expandBox;      /* expand box (+/-) coordinate */
     44  RECT          bitmap;
     45  RECT      statebitmap;
    4446} TREEVIEW_ITEM;
    4547
     
    6971  HTREEITEM     firstVisible;   /* handle to first visible item */
    7072  HTREEITEM     dropItem;       /* handle to item selected by drag cursor */
     73  HTREEITEM     insertMarkItem; /* item after which insertion mark is placed */
     74  BOOL                  insertBeforeorAfter; /* flag used by TVM_SETINSERTMARK */
    7175  HIMAGELIST    dragList;       /* Bitmap of dragged item */
    7276  INT           cx,cy;          /* current x/y place in list */
     
    7478  COLORREF      clrText;
    7579  COLORREF      clrLine;
     80  COLORREF      clrInsertMark;
    7681  HFONT         hFont;
    7782  HFONT         hBoldFont;
Note: See TracChangeset for help on using the changeset viewer.