GuiGroupBox method

  1. @override
int GuiGroupBox(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text
)
override

Group Box control with text name

Implementation

@override
int GuiGroupBox(
  RectangleD bounds,
  MemoryPointer<RChar> text,
) => _wasm.GuiGroupBox(
  $.Rectangle$.Ref1(bounds).toJS,
  text.toJS,
);