comparison win/dw.c @ 318:f452ef00e193

Fixed a typo.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 03 Apr 2003 00:41:06 +0000
parents 83edbd751da9
children be76b984620a
comparison
equal deleted inserted replaced
317:83edbd751da9 318:f452ef00e193
5842 * Gets the item data of a tree item. 5842 * Gets the item data of a tree item.
5843 * Parameters: 5843 * Parameters:
5844 * handle: Handle to the tree containing the item. 5844 * handle: Handle to the tree containing the item.
5845 * item: Handle of the item to be modified. 5845 * item: Handle of the item to be modified.
5846 */ 5846 */
5847 void * API dw_tree_set_data(HWND handle, HWND item) 5847 void * API dw_tree_get_data(HWND handle, HWND item)
5848 { 5848 {
5849 TVITEM tvi; 5849 TVITEM tvi;
5850 void **ptrs; 5850 void **ptrs;
5851 5851
5852 tvi.mask = TVIF_HANDLE; 5852 tvi.mask = TVIF_HANDLE;