Ignore:
Timestamp:
Apr 16, 2000, 8:26:59 PM (25 years ago)
Author:
cbratschi
Message:

new listview messages and styles, new resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32.h

    r2820 r3409  
    1 /* $Id: comctl32.h,v 1.12 2000-02-18 17:13:37 cbratschi Exp $ */
     1/* $Id: comctl32.h,v 1.13 2000-04-16 18:26:57 cbratschi Exp $ */
    22/*
    33 * Win32 common controls implementation
     
    9191#define IDB_HIST_LARGE      131
    9292
     93//direction bitmaps
     94#define IDB_DIRECTION_ALL   132
     95#define IDB_DIRECTION_NS    133
     96#define IDB_DIRECTION WE    134
     97
     98//Header filter bitmap
     99#define IDB_HEADER_FILTER   140
     100
     101//cursors
     102#define IDC_COMCTL32_ERROR       20480
     103#define IDC_COMCTL32_INFORMATION 20481
     104#define IDC_COMCTL32_EXCLAMATION 20482
     105
     106#define IDC_COMCTL32_DRAGRECT      102
     107#define IDC_COMCTL32_ARROW1        104
     108#define IDC_COMCTL32_ARROW2        105
     109#define IDC_COMCTL32_DRAGHLINE     106
     110#define IDC_COMCTL32_SPLITHLINE    107
     111#define IDC_COMCTL32_HAND          108
     112#define IDC_COMCTL32_DIRECTION_NS  109
     113#define IDC_COMCTL32_DIRECTION_WE  110
     114#define IDC_COMCTL32_DIRECTION_ALL 111
     115#define IDC_COMCTL32_DIRECTION_N   112
     116#define IDC_COMCTL32_DIRECTION_S   113
     117#define IDC_COMCTL32_DIRECTION_E   114
     118#define IDC_COMCTL32_DIRECTION_W   115
     119#define IDC_COMCTL32_DIRECTION_NE  116
     120#define IDC_COMCTL32_DIRECTION_NW  117
     121#define IDC_COMCTL32_DIRECTION_SE  118
     122#define IDC_COMCTL32_DIRECTION_SW  119
     123
     124#define IDC_COMCTL32_SPLITVLINE    135
     125#define IDC_COMCTL32_ENTER         150
    93126
    94127/* Month calendar month menu popup */
Note: See TracChangeset for help on using the changeset viewer.