GuiTabBarEx function

int GuiTabBarEx(
  1. RectangleC bounds,
  2. Pointer<Pointer<Char>> text,
  3. int count,
  4. Pointer<Int> hscroll,
  5. Pointer<Int> active,
  6. Pointer<Int> focus,
)

Implementation

int GuiTabBarEx(
  RectangleC bounds,
  Pointer<Pointer<Char>> text,
  int count,
  Pointer<Int> hscroll,
  Pointer<Int> active,
  Pointer<Int> focus,
) => _module.GuiTabBarEx(bounds, text, count, hscroll, active, focus);