comparison mac/dw.m @ 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 b2e060f43329
comparison
equal deleted inserted replaced
1116:36773e04245c 1117:9ca5de2e59f8
5993 5993
5994 /* 5994 /*
5995 * Sets the position of a splitbar (pecentage). 5995 * Sets the position of a splitbar (pecentage).
5996 * Parameters: 5996 * Parameters:
5997 * handle: The handle to the splitbar returned by dw_splitbar_new(). 5997 * handle: The handle to the splitbar returned by dw_splitbar_new().
5998 * percent: The position of the splitbar.
5998 */ 5999 */
5999 void API dw_splitbar_set(HWND handle, float percent) 6000 void API dw_splitbar_set(HWND handle, float percent)
6000 { 6001 {
6001 DWSplitBar *split = handle; 6002 DWSplitBar *split = handle;
6002 int _locked_by_me = FALSE; 6003 int _locked_by_me = FALSE;