Group.this
this
(int x, int y, int width, int height, string label = null)Creates a new group widget.
Parameters
x | X position |
y | Y position |
width | Width in pixels |
height | Height in pixels |
label | Optional label text |
this
(GroupPtr handle, bool ownsHandle = false)Creates a Group wrapper around an existing handle.
Parameters
handle | The low-level group handle |
ownsHandle | Whether to delete the handle on destruction |