GuiTabBarEx abstract method
int
GuiTabBarEx(
- RectangleD bounds,
- MemoryPointer<
RPointer< text,RChar> > - int count,
- MemoryPointer<
RInt32> hscroll, - MemoryPointer<
RInt32> active, - 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,
);