changeset 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 36773e04245c
children 63dd52ba9a8f
files mac/dw.m template/dw.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Thu Aug 04 22:06:58 2011 +0000
+++ b/mac/dw.m	Wed Aug 10 02:36:32 2011 +0000
@@ -5995,6 +5995,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)
 {
--- 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)
 {