FR: TabbedButtonBar - setRenameOnPopupMenuClick ()

… crumbs i’m full of requests today, eh?

i want to add this functionality to my TabbedComponent, without having to pop up a new editing component above the tab. A simple bool setting would be ideal, but a part-way-there-solution would be to allow the TabbedButtonBar to have a protected ‘TabBarButton* getTabButton (int index)’ function so that they could be altered without having to hack the TabbedComponent class.

but it already has a createTabButton() method, so you could override that to tweak the button that gets created.

of course! it appears i have a slightly older juce .chm file on my shortcut bar, and the function of which you speak is from a more recent version! d’oh