GuiTabBarEx function

(GuiResult, int) GuiTabBarEx(
  1. RectangleD bounds,
  2. List<String>? text, {
  3. int? active,
})

Implementation

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