diff 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
line wrap: on
line diff
--- a/template/dw.c	Thu Apr 26 20:47:50 2012 +0000
+++ b/template/dw.c	Thu Apr 26 21:18:37 2012 +0000
@@ -617,7 +617,7 @@
  */
 HWND API dw_box_remove_at_index(HWND box, int index)
 {
-   return DW_ERROR_GENERAL;
+   return 0;
 }
 
 /*