Ignore:
Timestamp:
Feb 17, 2000, 6:26:07 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2805 r2813  
    1 /* $Id: treeview.h,v 1.9 2000-02-16 17:20:29 cbratschi Exp $ */
     1/* $Id: treeview.h,v 1.10 2000-02-17 17:26:07 cbratschi Exp $ */
    22/*
    33 * Treeview class extra info
     
    9393/* bitflags for infoPtr->uInternalStatus */
    9494
    95 #define TV_HSCROLL      0x01    /* treeview too large to fit in window */
    96 #define TV_VSCROLL      0x02    /* (horizontal/vertical) */
    97 #define TV_LDRAG        0x04    /* Lbutton pushed to start drag */
    98 #define TV_LDRAGGING    0x08    /* Lbutton pushed, mouse moved.  */
    99 #define TV_RDRAG        0x10    /* dito Rbutton */
    100 #define TV_RDRAGGING    0x20
    101 #define TV_NOREDRAW     0x40
    102 #define TV_CALCALL      0x80
     95#define TV_UNICODE      0x001    // for TVM_GETUNICODEFORMAT
     96#define TV_HSCROLL      0x002    /* treeview too large to fit in window */
     97#define TV_VSCROLL      0x004    /* (horizontal/vertical) */
     98#define TV_LDRAG        0x008    /* Lbutton pushed to start drag */
     99#define TV_LDRAGGING    0x010    /* Lbutton pushed, mouse moved.  */
     100#define TV_RDRAG        0x020    /* dito Rbutton */
     101#define TV_RDRAGGING    0x040
     102#define TV_NOREDRAW     0x080
     103#define TV_CALCALL      0x100
    103104
    104105/* bitflags for infoPtr->timer */
Note: See TracChangeset for help on using the changeset viewer.