comparison template/dw.c @ 1117:9ca5de2e59f8

Fixed the dw_splitbar_set() comment documentation. The percent parameter was missing.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 10 Aug 2011 02:36:32 +0000
parents 03cd2f3e929d
children e24e5a13ff2c
comparison
equal deleted inserted replaced
1116:36773e04245c 1117:9ca5de2e59f8
2082 2082
2083 /* 2083 /*
2084 * Sets the position of a splitbar (pecentage). 2084 * Sets the position of a splitbar (pecentage).
2085 * Parameters: 2085 * Parameters:
2086 * handle: The handle to the splitbar returned by dw_splitbar_new(). 2086 * handle: The handle to the splitbar returned by dw_splitbar_new().
2087 * percent: The position of the splitbar.
2087 */ 2088 */
2088 void API dw_splitbar_set(HWND handle, float percent) 2089 void API dw_splitbar_set(HWND handle, float percent)
2089 { 2090 {
2090 } 2091 }
2091 2092