diff dw.h @ 1015:ce4121a6f657

Updated the readme with the new URL to the Dynamic Windows Web Help Index.... Also removed the #ifdef around the scrollbox prototypes in the header.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 17 May 2011 03:54:06 +0000
parents 3e1c70896c13
children 362e584fb3bd
line wrap: on
line diff
--- a/dw.h	Mon May 16 14:50:33 2011 +0000
+++ b/dw.h	Tue May 17 03:54:06 2011 +0000
@@ -1451,11 +1451,9 @@
 int API dw_window_set_color(HWND handle, unsigned long fore, unsigned long back);
 HWND API dw_window_new(HWND hwndOwner, char *title, unsigned long flStyle);
 HWND API dw_box_new(int type, int pad);
-#ifndef INCOMPLETE
 HWND API dw_scrollbox_new(int type, int pad);
 int API dw_scrollbox_get_pos( HWND handle, int orient );
 int API dw_scrollbox_get_range( HWND handle, int orient );
-#endif
 HWND API dw_groupbox_new(int type, int pad, char *title);
 HWND API dw_mdi_new(unsigned long id);
 HWND API dw_bitmap_new(unsigned long id);