GuiTabBar abstract method

int GuiTabBar(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> text,
  3. MemoryPointer<RInt32> hscroll,
  4. MemoryPointer<RInt32> active,
)

Tab Bar control

Implementation

int GuiTabBar(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  MemoryPointer<RInt> hscroll,
  MemoryPointer<RInt> active,
);