GuiListView function
(GuiResult, int?, int?)
GuiListView(
- RectangleD bounds,
- String? text, {
- int? scrollIndex,
- 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);