changeset 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 4493daea5886
children b7e7e2bc8085
files dw.h readme
diffstat 2 files changed, 4 insertions(+), 6 deletions(-) [+]
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);
--- a/readme	Mon May 16 14:50:33 2011 +0000
+++ b/readme	Tue May 17 03:54:06 2011 +0000
@@ -8,9 +8,9 @@
 
 Boxes don't adhere to ratios on Unix.
 MDI does not work on GTK3 and is not implemented the same on Mac.
-	At this time we cannot recommend using MDI in new code,
-	but it will be supported for existing code on OS/2, Win and GTK2.
-	If support for MDI improves on GTK3/Mac this status may change.
+    At this time we cannot recommend using MDI in new code,
+    but it will be supported for existing code on OS/2, Win and GTK2.
+    If support for MDI improves on GTK3/Mac this status may change.
 
 Known limitations:
 
@@ -57,7 +57,7 @@
 
 Dynamic Windows Documentation is available at:
 
-http://dbsoft.org/help_functions.php
+http://dbsoft.org/dw_help.php
 
 If you have any questions or suggestions feel free to email me at: