GuiListView function

(GuiResult, int?, int?) GuiListView(
  1. RectangleD bounds,
  2. String? text, {
  3. int? scrollIndex,
  4. int? active,
})

Implementation

(GuiResult result, int? scrollIndex, int? active) GuiListView(
  RectangleD bounds,
  String? text, {
  int? scrollIndex,
  int? active,
}) => _module.GuiListView(bounds, text, scrollIndex: scrollIndex, active: active);