Ignore:
Timestamp:
Feb 16, 2000, 6:21:06 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2779 r2805  
    1 /* $Id: treeview.h,v 1.8 2000-02-14 17:27:55 cbratschi Exp $ */
     1/* $Id: treeview.h,v 1.9 2000-02-16 17:20:29 cbratschi Exp $ */
    22/*
    33 * Treeview class extra info
     
    55 * Copyright 1998 Eric Kohl
    66 * Copyright 1998 Alex Priem
     7 * Copyright 2000 Christoph Bratschi
    78 */
    89
     
    2425  UINT      state;
    2526  UINT      stateMask;
    26   LPSTR     pszText;
     27  LPWSTR    pszText;
    2728  int       cchTextMax;
    2829  int       iImage;
     
    4950{
    5051  UINT          uInternalStatus;
    51   UINT          bAutoSize;      /* merge with uInternalStatus */
    5252  INT           Timer;
    5353  UINT          uNumItems;      /* number of valid TREEVIEW_ITEMs */
Note: See TracChangeset for help on using the changeset viewer.