changeset 249:5a594058687f

Added empty dw_window_from_id()... will try to implement it shortly.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 Feb 2003 08:58:39 +0000
parents 0f9a185deeb6
children 967b8cd9deb4
files gtk/dw.c
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;