# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1045645119 0 # Node ID 5a594058687f791c79d0092d75949216a7203b69 # Parent 0f9a185deeb69bda3f886b317f0f8bcfce3a3cbe Added empty dw_window_from_id()... will try to implement it shortly. diff -r 0f9a185deeb6 -r 5a594058687f gtk/dw.c --- a/gtk/dw.c Wed Feb 19 08:48:09 2003 +0000 +++ b/gtk/dw.c Wed Feb 19 08:58:39 2003 +0000 @@ -2616,6 +2616,17 @@ DW_MUTEX_UNLOCK; } +/* + * Gets the child window handle with specified ID. + * Parameters: + * handle: Handle to the parent window. + * id: Integer ID of the child. + */ +HWND API dw_window_from_id(HWND handle, int id) +{ + return 0L; +} + void _strip_cr(char *dest, char *src) { int z, x = 0;