Dynamic Windows Function [dw_combobox_new]
Syntax
HWND dw_combobox_new(char *text, unsigned long id)
Parameters
char *text: The default text to be in the combpbox widget.
unsigned long id: An ID to be used with dw_window_from_id() or 0L.
Returns
HWND A handle to a combobox window or NULL on failure.
Description
Create a new Combobox window (widget) to be packed.