GuiTabBar abstract method
int
GuiTabBar(
- RectangleD bounds,
- MemoryPointer<
RInt8> text, - MemoryPointer<
RInt32> hscroll, - MemoryPointer<
RInt32> active,
Tab Bar control
Implementation
int GuiTabBar(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RInt> hscroll,
MemoryPointer<RInt> active,
);