Ignore:
Timestamp:
Feb 10, 2000, 7:48:44 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2117 r2738  
    1 /* $Id: treeview.h,v 1.5 1999-12-18 18:56:20 achimha Exp $ */
     1/* $Id: treeview.h,v 1.6 2000-02-10 18:47:36 cbratschi Exp $ */
    22/*
    33 * Treeview class extra info
     
    1313
    1414#define MINIMUM_INDENT 10
    15 #define TV_REFRESH_DELAY 100     /* 100 ms delay between two refreshes */
    1615#define TV_DEFAULTITEMHEIGHT 16
    1716#define TVITEM_ALLOC    16      /* default nr of items to allocate at first try */
     
    4241  RECT      text;
    4342  RECT      expandBox;      /* expand box (+/-) coordinate */
    44   RECT          bitmap;
     43  RECT          bitmap;
    4544  RECT      statebitmap;
    4645} TREEVIEW_ITEM;
     
    5756  HTREEITEM     TopRootItem;    /* handle to first item in treeview */
    5857  INT           cdmode;         /* last custom draw setting */
    59   UINT          uScrollTime;    /* max. time for scrolling in milliseconds*/
     58  UINT          uScrollTime;    /* max. time for scrolling in milliseconds*/
    6059  UINT          uItemHeight;    /* item height, -1 for default item height */
    6160  UINT          uRealItemHeight;/* current item height in pixels */
     
    7271  HTREEITEM     dropItem;       /* handle to item selected by drag cursor */
    7372  HTREEITEM     insertMarkItem; /* item after which insertion mark is placed */
    74   BOOL                  insertBeforeorAfter; /* flag used by TVM_SETINSERTMARK */
     73  BOOL                  insertBeforeorAfter; /* flag used by TVM_SETINSERTMARK */
    7574  HIMAGELIST    dragList;       /* Bitmap of dragged item */
    7675  INT           cx,cy;          /* current x/y place in list */
     
    7877  COLORREF      clrText;
    7978  COLORREF      clrLine;
    80   COLORREF      clrInsertMark;
     79  COLORREF      clrInsertMark;
    8180  HFONT         hFont;
    8281  HFONT         hBoldFont;
     
    106105/* bitflags for infoPtr->timer */
    107106
    108 #define TV_REFRESH_TIMER 1
    109 #define TV_EDIT_TIMER    2
    110 #define TV_REFRESH_TIMER_SET 1
    111 #define TV_EDIT_TIMER_SET 2
     107#define TV_EDIT_TIMER    1
     108#define TV_EDIT_TIMER_SET 1
    112109
    113110
Note: See TracChangeset for help on using the changeset viewer.