diff 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
line wrap: on
line diff
--- a/template/dw.c	Thu Aug 04 22:06:58 2011 +0000
+++ b/template/dw.c	Wed Aug 10 02:36:32 2011 +0000
@@ -2084,6 +2084,7 @@
  * Sets the position of a splitbar (pecentage).
  * Parameters:
  *       handle: The handle to the splitbar returned by dw_splitbar_new().
+ *       percent: The position of the splitbar.
  */
 void API dw_splitbar_set(HWND handle, float percent)
 {