Dynamic Windows Function [dw_window_set_border]
Syntax
int dw_window_set_border(HWND handle, int border)
Parameters
HWND handle: The window (widget) handle.
int border: Size of the window border in pixels.
Returns
int DW_ERROR_NONE (0) on success.
Description
Sets the border size of a specified window (widget) handle.
Remarks
This function may only work on OS/2.