Group.this

this(int x, int y, int width, int height, string label = null)

Creates a new group widget.

Parameters

xX position
yY position
widthWidth in pixels
heightHeight in pixels
labelOptional label text
this(GroupPtr handle, bool ownsHandle = false)

Creates a Group wrapper around an existing handle.

Parameters

handleThe low-level group handle
ownsHandleWhether to delete the handle on destruction