scan the container for children, and make "tab buttons" for them
this.inherited("startup",arguments); this._children = this.getChildren(); this._buttons = this._children.length; this._size = dojo.coords(this.containerNode); if(this.hasButtons){ dojo.style(this.buttonHolder,"display","block"); dojo.forEach(this._children,this._makeButton,this); }