Dynamic Windows Function [dwib_window_get_handle]
Syntax
HWND dwib_window_get_handle(HWND handle, char * name)
Parameters
HWND handle: A handle to a window returned by dwib_load()
char * name: The data name of the widget who's handle is required.
Returns
HWND Handle to a widget or NULL on failure.
Description
Gets the window handle for a named widget. Effectively a wrapper for dw_window_get_data()
Remarks
This is part of the Dynamic Windows Interface Builder Library. This is a pre-release API subject to change.