comparison win/dw.c @ 168:627e531ca530

Allow subitems to have icons so the container controls will be the same as on OS/2 and Unix.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 27 Nov 2002 16:54:08 +0000
parents 0b3debaa9c6c
children c2b5d0019ec3
comparison
equal deleted inserted replaced
167:0b3debaa9c6c 168:627e531ca530
5599 lvc.cx = 75; 5599 lvc.cx = 75;
5600 lvc.iSubItem = count; 5600 lvc.iSubItem = count;
5601 SendMessage(handle, LVM_INSERTCOLUMN, (WPARAM)z + l, (LPARAM)&lvc); 5601 SendMessage(handle, LVM_INSERTCOLUMN, (WPARAM)z + l, (LPARAM)&lvc);
5602 } 5602 }
5603 } 5603 }
5604 ListView_SetExtendedListViewStyle(handle, LVS_EX_FULLROWSELECT); 5604 ListView_SetExtendedListViewStyle(handle, LVS_EX_FULLROWSELECT | LVS_EX_SUBITEMIMAGES);
5605 return TRUE; 5605 return TRUE;
5606 } 5606 }
5607 5607
5608 /* 5608 /*
5609 * Sets up the filesystem columns, note: filesystem always has an icon/filename field. 5609 * Sets up the filesystem columns, note: filesystem always has an icon/filename field.