_SHOWtab
Showes or hides a tabs control.
Prototype :
fun [ObjTab I] ObjTab
- ObjTab : a tabs control.
- I : TAB_SHOWN to show it, TAB_HIDDEN to hide it. Other value is ignored.
Return : ObjTab the same tabs control object if success, NIL otherwise
See also :
Example :
Note :