GuiScrollPanel function

GuiResult GuiScrollPanel(
  1. RectangleD bounds,
  2. String? text,
  3. RectangleD content, {
  4. Vector2D? scroll,
  5. RectangleD? view,
})

Implementation

GuiResult GuiScrollPanel(
  RectangleD bounds,
  String? text,
  RectangleD content, {
  Vector2D? scroll,
  RectangleD? view,
}) => _module.GuiScrollPanel(bounds, text, content, scroll: scroll, view: view);