April 19, 2024

Dynamic Windows Function [dw_groupbox_new]

Syntax

HWND dw_groupbox_new(int type, int pad, char *title)

Parameters

int type: Either DW_VERT (vertical) or DW_HORZ (horizontal).
int pad: Number of pixels to pad around the box.
char *title: Text to be displayined in the group outline.

Returns

HWND A handle to a groupbox window or NULL on failure.

Description

Create a new Group Box to be packed.