Curious if there is an easy way to fully swap the tab bar button component. I’m currently working with setting extra components but was wondering if the button could be swapped entirely, e.g. using a fully custom TabBarButton sub-class. Thanks for any pointers.
Yes, you can use your own TabBarButton sub-class.
There is a function called TabbedComponent::createTabButton
(https://docs.juce.com/master/classTabbedComponent.html#af6d13ea3c6b9dc73ffc8dea8d74099da)
You can override it to create your own tab buttons.
1 Like
Super, thanks so much!
