comparison win/dw.c @ 865:379b7e8c5c1c

Removed INCOMPLETE from the dw_scrollbox_new() comment on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 03 Apr 2011 18:43:55 +0000
parents b405182033a0
children 529c27638936
comparison
equal deleted inserted replaced
864:ca01c7d95b80 865:379b7e8c5c1c
4541 SetWindowLongPtr(hwndframe, GWLP_USERDATA, (LONG_PTR)newbox); 4541 SetWindowLongPtr(hwndframe, GWLP_USERDATA, (LONG_PTR)newbox);
4542 return hwndframe; 4542 return hwndframe;
4543 } 4543 }
4544 4544
4545 /* 4545 /*
4546 * INCOMPLETE
4547 * Create a new scroll Box to be packed. 4546 * Create a new scroll Box to be packed.
4548 * Parameters: 4547 * Parameters:
4549 * type: Either DW_VERT (vertical) or DW_HORZ (horizontal). 4548 * type: Either DW_VERT (vertical) or DW_HORZ (horizontal).
4550 * pad: Number of pixels to pad around the box. 4549 * pad: Number of pixels to pad around the box.
4551 */ 4550 */