Changeset 3350 for trunk/include


Ignore:
Timestamp:
Apr 8, 2000, 8:31:07 PM (25 years ago)
Author:
cbratschi
Message:

* empty log message *

Location:
trunk/include/win
Files:
2 edited

Legend:

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

    r3242 r3350  
    1 /* $Id: commctrl.h,v 1.26 2000-03-26 16:29:38 cbratschi Exp $ */
     1/* $Id: commctrl.h,v 1.27 2000-04-08 18:30:10 cbratschi Exp $ */
    22/*
    33 * Common controls definitions
     
    24662466#define LVHT_TOLEFT             0x0040
    24672467
     2468#define LVSCW_AUTOSIZE              0xFFFF//-1
     2469#define LVSCW_AUTOSIZE_USEHEADER    0xFFFE//-2
     2470
    24682471#define LVM_FIRST               0x1000
    24692472#define LVM_GETBKCOLOR          (LVM_FIRST+0)
  • trunk/include/win/header.h

    r2894 r3350  
    1 /* $Id: header.h,v 1.8 2000-02-25 16:58:33 cbratschi Exp $ */
     1/* $Id: header.h,v 1.9 2000-04-08 18:30:11 cbratschi Exp $ */
    22
    33/*
     
    6161} HEADER_INFO;
    6262
     63extern DWORD HEADER_GetExpandedColumnTextWidth(HWND hwnd,INT iItem);
     64extern LRESULT HEADER_GetItemRect(HWND hwnd,WPARAM wParam,LPARAM lParam);
    6365
    6466extern VOID HEADER_Register (VOID);
Note: See TracChangeset for help on using the changeset viewer.