# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1305604446 0 # Node ID ce4121a6f6576cf31554c386fbdf26de50c7253e # Parent 4493daea5886cac2f073116a2db40c06d016a79c 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. diff -r 4493daea5886 -r ce4121a6f657 dw.h --- 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); diff -r 4493daea5886 -r ce4121a6f657 readme --- 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: