Up |
_SETtabSize
Force the width and the height of each tab in a tabs control. Only works if the flag "TAB_FIXEDWIDTH" is set when the control is created.
Prototype :
fun [ObjTab I I] ObjTab
- ObjTab : a tabs control.
- I : the width.
- I : the height.
Return : ObjTab the same tabs control object if success, NIL otherwise
See also :
Example :