GuiTabBarEx abstract method

int GuiTabBarEx(
  1. RectangleD bounds,
  2. MemoryPointer<RPointer<RChar>> text,
  3. int count,
  4. MemoryPointer<RInt32> hscroll,
  5. MemoryPointer<RInt32> active,
  6. MemoryPointer<RInt32> focus,
)

Tab Bar control, using text entries list and returning focus entry

Implementation

int GuiTabBarEx(
  RectangleD bounds,
  MemoryPointer<RPointer<RChar>> text,
  int count,
  MemoryPointer<RInt> hscroll,
  MemoryPointer<RInt> active,
  MemoryPointer<RInt> focus,
);