comparison template/dw.c @ 1669:36a090da4cb1

Initial implementation of dw_box_remove() for GTK2/3 and stub for dw_box_remove_at_index(). Fixed errors in the OS/2 and Windows dw_box_remove_at_index() implementations.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 26 Apr 2012 21:18:37 +0000
parents 9dbd2984c1e5
children e19b93a8229b
comparison
equal deleted inserted replaced
1668:724a7361cb42 1669:36a090da4cb1
615 * Returns: 615 * Returns:
616 * Handle to the removed item on success, 0 on failure. 616 * Handle to the removed item on success, 0 on failure.
617 */ 617 */
618 HWND API dw_box_remove_at_index(HWND box, int index) 618 HWND API dw_box_remove_at_index(HWND box, int index)
619 { 619 {
620 return DW_ERROR_GENERAL; 620 return 0;
621 } 621 }
622 622
623 /* 623 /*
624 * Pack windows (widgets) into a box at an arbitrary location. 624 * Pack windows (widgets) into a box at an arbitrary location.
625 * Parameters: 625 * Parameters: