GuiTabBar function

int GuiTabBar(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Int> hscroll,
  4. Pointer<Int> active,
)

Implementation

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