GuiTabBar method

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

Implementation

int GuiTabBar(
  RectangleC bounds,
  Pointer<Pointer<Char>> text,
  int count,
  Pointer<Int> active,
) {
  return _GuiTabBar(bounds, text, count, active);
}