_SETtabSelected
Force the selected tab in a tabs control.
Prototype :
fun [ObjTab I] ObjTab
- ObjTab : a tabs control.
- I : a tab index (the first one is at 0).
Return : ObjTab the same tabs control object if success, NIL otherwise
See also :
Example :
Note :
If a window control is linked to this tab, it will be shown. But the
_CBtabChange is not called.