Dynamic Windows Function [dw_container_set_column_width]
Syntax
void dw_container_set_column_width(HWND handle, int column, int width)
Parameters
HWND handle: Handle to window (widget) of container.
int column: Zero based column of width being set.
int width: Width of column in pixels.
Description
Sets the width of a column in the container.