_APPENDtab
Add a tab in the end of a tabs control.
Prototype :
fun [ObjTab S] ObjTab
- ObjTab : a tabs control object
- S : the title of the new tab. Can be nil, in this case, the title is "untitle".
Return : ObjTab the same ObjTab object if success, NIL otherwise
See also :
_ADDtab
Example :
Note :