_SETtabPadding
Set the padding of a tabs control.
Prototype :
fun [ObjTab I I] ObjTab
- ObjTab : a tabs control.
- I : the new horizontal padding. If it is nil, 0 is set.
- I : the new vertical padding. If it is nil, 0 is set.
Return : ObjTab the same tabs control object if success, NIL otherwise
See also :
Example :
Note :