comparison template/dw.c @ 1749:ff9a51706715

Added optional keypress callback optional utf8 parameter on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 13 Jun 2012 20:08:41 +0000
parents 535e8c19a13d
children d81bebc5c8cc
comparison
equal deleted inserted replaced
1748:e4fcd1e81f0d 1749:ff9a51706715
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. 1618 * Configures the main filesystem column title for localization.
1619 * Parameters: 1619 * Parameters:
1620 * handle: Handle to the container to be configured. 1620 * handle: Handle to the container to be configured.
1621 * title: The title to be displayed in the main column. 1621 * title: The title to be displayed in the main column.
1622 */ 1622 */
1623 void API dw_filesystem_set_column_title(HWND handle, char *title) 1623 void API dw_filesystem_set_column_title(HWND handle, char *title)