diff gtk3/dw.c @ 843:d51e958aad95

Updates to the comments about scrollboxes and removing them from incomplete status. Will be functional on 4 of the 5 platforms today... and will be implementing on OS/2 as soon as I decide the best way.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 29 Mar 2011 23:04:32 +0000
parents 28f9810dfebc
children 8f2722696a8e
line wrap: on
line diff
--- a/gtk3/dw.c	Tue Mar 29 22:57:49 2011 +0000
+++ b/gtk3/dw.c	Tue Mar 29 23:04:32 2011 +0000
@@ -2993,13 +2993,11 @@
    return tmp;
 }
 
-#ifndef INCOMPLETE
 /*
  * Create a new scrollable Box to be packed.
  * Parameters:
  *       type: Either DW_VERT (vertical) or DW_HORZ (horizontal).
  *       pad: Number of pixels to pad around the box.
- * This works fine under GTK+, but is incomplete on other platforms
  */
 HWND dw_scrollbox_new( int type, int pad )
 {
@@ -3079,7 +3077,6 @@
    DW_MUTEX_UNLOCK;
    return range;
 }
-#endif
 
 /*
  * Create a new Group Box to be packed.