I don't know if this answers your question, but this is part of a resource string I used to add a tabbed panel (and the first tab):
tabPnl: Panel{type:'tabbedpanel', orientation:'column', alignChildren:['right', 'fill'],\
tab1: Panel{type:'tab', text:'Test Tab', orientation:'column', alignChildren:['fill', 'top'],\
Dan