Can I disable the close button for some tabs?

When I create a tab, how can I create a tab with no close button. Yet create other tabs with the close button. As opposed to all or nothing close buttons?

tabbar.enableTabCloseButton(true);
tabbar.addTab(“a1”,“Tab 1”,“100px”);

tabbar.enableTabCloseButton(false);
tabbar.addTab(“aN”,“Tab N”,“100px”);