| 37 | tabbedComponent->setCurrentTabIndex(tabIndex); |
| 38 | }; |
| 39 | TabBarButton* VASTTabbedFXComponent::createTabButton (const String& tabName, int tabIndex) { |
| 40 | VASTFXTabBarButton* tabBarButton = new VASTFXTabBarButton (tabName, *tabs); |
| 41 | tabBarButton->tabbedComponent = this; |
| 42 | tabBarButton->tabIndex = tabIndex; |
| 43 | return tabBarButton; |
| 44 | } |
| 45 | //[/MiscUserDefs] |
| 46 | |
| 47 | //============================================================================== |
nothing calls this directly
no outgoing calls
no test coverage detected