Dynamic Windows Function [dw_window_set_text]
Syntax
void dw_window_set_text(HWND handle, char *text)
Parameters
HWND handle: Handle to the window.
char *text: The text associsated with a given window.
Description
Sets the text used for a given window.