comparison template/dw.c @ 1744:535e8c19a13d

Added dw_filesystem_set_column_title() function to aid in localization.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 04 Jun 2012 22:18:56 +0000
parents e19b93a8229b
children ff9a51706715
comparison
equal deleted inserted replaced
1743:a297b2bde127 1744:535e8c19a13d
1613 { 1613 {
1614 return DW_ERROR_GENERAL; 1614 return DW_ERROR_GENERAL;
1615 } 1615 }
1616 1616
1617 /* 1617 /*
1618 * Configures the main filesystem columnn title for localization.
1619 * Parameters:
1620 * handle: Handle to the container to be configured.
1621 * title: The title to be displayed in the main column.
1622 */
1623 void API dw_filesystem_set_column_title(HWND handle, char *title)
1624 {
1625 }
1626
1627 /*
1618 * Sets up the filesystem columns, note: filesystem always has an icon/filename field. 1628 * Sets up the filesystem columns, note: filesystem always has an icon/filename field.
1619 * Parameters: 1629 * Parameters:
1620 * handle: Handle to the container to be configured. 1630 * handle: Handle to the container to be configured.
1621 * flags: An array of unsigned longs with column flags. 1631 * flags: An array of unsigned longs with column flags.
1622 * titles: An array of strings with column text titles. 1632 * titles: An array of strings with column text titles.