Ignore:
Timestamp:
Feb 20, 2000, 7:29:58 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2820 r2835  
    1 /* $Id: treeview.h,v 1.11 2000-02-18 17:12:43 cbratschi Exp $ */
     1/* $Id: treeview.h,v 1.12 2000-02-20 18:26:07 cbratschi Exp $ */
    22/*
    33 * Treeview class extra info
     
    1212
    1313#define MINIMUM_INDENT        10
     14#define ITEM_VSPACE            2
    1415#define TV_REFRESH_DELAY     100     /* 100 ms delay between two refreshes */
    1516#define TV_DEFAULTITEMHEIGHT  16
     
    5960  UINT          uScrollTime;    /* max. time for scrolling in milliseconds*/
    6061  UINT          uItemHeight;    /* item height, -1 for default item height */
    61   UINT          uRealItemHeight;/* current item height in pixels */
     62  UINT          uRealItemHeight;// current item height in pixels
     63  UINT          uVScrollStep;   // scroll step in pixels
    6264  UINT          uVisibleHeight; /* visible height of treeview in pixels */
    6365  UINT          uTotalHeight;   /* total height of treeview in pixels */
     
    6769  HTREEITEM     selectedItem;   /* handle to selected item or 0 if none */
    6870  HTREEITEM     hotItem;        /* handle currently under cursor, 0 if none */
     71  HTREEITEM     tipItem;        // item with tooltip
    6972  HTREEITEM     editItem;       /* handle to item currently editted, 0 if none */
    7073  HTREEITEM     firstVisible;   /* handle to first visible item */
     
    7376  BOOL          insertBeforeorAfter; /* flag used by TVM_SETINSERTMARK */
    7477  HIMAGELIST    dragList;       /* Bitmap of dragged item */
    75   INT           cx,cy;          /* current x/y place in list */
     78  POINT         lefttop;        //in pixels
    7679  COLORREF      clrBk;
    7780  COLORREF      clrText;
Note: See TracChangeset for help on using the changeset viewer.