Dynamic Windows Function [dw_bitmapbutton_new]
Syntax
HWND dw_bitmapbutton_new(char *text, unsigned long id)
Parameters
char *text: Bubble help text to be displayed.
unsigned long id: An ID of a bitmap in the resource file.
Returns
HWND A handle to a bitmap button window or NULL on failure.
Description
Create a new bitmap button window (widget) to be packed.