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