comparison os2/dw.c @ 545:11e3d5e3543c

COlumn offsets for filesystem containers in OS/2 is 2; not 1.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 04 Apr 2004 04:12:50 +0000
parents 8217ee5c254e
children dac29596615d
comparison
equal deleted inserted replaced
544:536b32eb0cb0 545:11e3d5e3543c
6744 * handle: Handle to the container window (widget). 6744 * handle: Handle to the container window (widget).
6745 * column: Zero based column. 6745 * column: Zero based column.
6746 */ 6746 */
6747 int API dw_filesystem_get_column_type(HWND handle, int column) 6747 int API dw_filesystem_get_column_type(HWND handle, int column)
6748 { 6748 {
6749 return dw_container_get_column_type( handle, column + 1 ); 6749 return dw_container_get_column_type( handle, column + 2 );
6750 } 6750 }
6751 6751
6752 /* 6752 /*
6753 * Sets the width of a column in the container. 6753 * Sets the width of a column in the container.
6754 * Parameters: 6754 * Parameters: